COLOR #51BFA0

HEX: #51BFA0 RGB: (81,191,160)

Color info

#51BFA0 contains mainly green and blue colors. Web safe color of #51BFA0 is #66CC99 (or #6C9).

RGB color model

#51BFA0 color RGB value is (81,191,160).

RGB: (81,191,160) (32%, 75%, 63%)

RGB channels and saturation

R 81 of 255 = 32%
G 191 of 255 = 75%
B 160 of 255 = 63%

81
191
160

R + G + B ~ 57%. #51BFA0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 81 + 191 + 160 = 432 (100%)
R 81 of 432 ~ 18.75%
G 191 of 432 ~ 44.21%
B 160 of 432 ~ 37.04'%

%18.75
%44.21
%37.04

CMYK color model

#51BFA0 color CMYK value is (58,0,16,25).

  • cyan value is 57.59%
  • magenta value is 0.00%
  • yellow value is 16.23%
  • key color value is 25.10%

CMYK: (58,0,16,25)
C58M0Y16K25 (58%, 0%, 16%, 25%)
(0.58 / 0.00 / 0.16 / 0.25)

CMYK percentages

%57.59
%0
%16.23
%25.1

Codes

Color #51BFA0 in popluar color models

51 BF A0
RGB 81 191 160
HSL 163° 46.22% 53.33%
HSB/HSV 163° 57.59% 74.90%
CMYK 57.59% 0.00% 16.23%
25.10%

Color #51BFA0 in popluar number systems.

HEX 51 BF A0
Decimal 81 191 160
Binary 1010001 10111111 10100000
Octal 121 277 240

Shades and tints

Shades of #51BFA0

#51BFA0
(81,191,160)
#4AAE92
(74,174,146)
#439D84
(67,157,132)
#3C8C76
(60,140,118)
#357B68
(53,123,104)
#2E6A5A
(46,106,90)
#27594C
(39,89,76)
#20483E
(32,72,62)
#193730
(25,55,48)
#122622
(18,38,34)
#0B1514
(11,21,20)
#000000
(0,0,0)

Tints of #51BFA0

#51BFA0
(81,191,160)
#60C4A8
(96,196,168)
#6FC9B0
(111,201,176)
#7ECEB8
(126,206,184)
#8DD3C0
(141,211,192)
#9CD8C8
(156,216,200)
#ABDDD0
(171,221,208)
#BAE2D8
(186,226,216)
#C9E7E0
(201,231,224)
#D8ECE8
(216,236,232)
#E7F1F0
(231,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51BFA0 color. Also use rgb(81,191,160) instead hex code.

Text Font Color

.myTextColor { color: #51BFA0; }

<p style="color:#51BFA0">This sample text font color is #51BFA0.</p>

This text font color is #51BFA0.

Background Color

.myBgColor { background-color: #51BFA0; }

<div style="background-color:#51BFA0">Inner text</div>

This div background color is #51BFA0.

Border color

.myBorderColor { border: 1px solid #51BFA0; }

<div style="border:3px solid #51BFA0">Div</div>

This div border color is #51BFA0.

Opacity

.myOpacity80 { color: #51BFA0; opacity: 0.8; }

<p style="color:#51BFA0;opacity:0.8;">80%</p>

Text with #51BFA0 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #51BFA0;}

<p style="text-shadow: 3px 3px 1px #51BFA0">Text here.</p>

This text has shadow with #51BFA0 color.


.textShadow {text-shadow: 3px 3px 1px #51BFA0', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #51BFA0, 5px 5px 20px red">Text here.</p>

This text has shadow with #51BFA0 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#51BFA0, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#51BFA0, Direction=45, Strength=4)">Text</p>

This text has shadow with #51BFA0 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #51BFA0;
-webkit-box-shadow: 1px 1px 3px 2px #51BFA0;
box-shadow: 1px 1px 3px 2px #51BFA0;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #51BFA0; -webkit-box-shadow: 1px 1px 3px 2px #51BFA0; box-shadow:1px 1px 3px 2px #51BFA0;">
Div content here
</div>

This div box has shadow with color #51BFA0.

Preview

Color preview on black background

This text has color #51BFA0 on black background.


Color preview on white background

This text has color #51BFA0 on white background.


Black color preview on #51BFA0 background

This text has black color on #51BFA0 background.


White color preview on #51BFA0 background

This text has white color on #51BFA0 background.


Related colors

Complementary color

Complementary color for #hex is #AE405F.


I love getcolorcode.com

Triadic colors

1 #A051BF and #BFA051 with #51BFA0 are triadic colors.

2 #A0BF51 and #BF51A0 with #51BFA0 are triadic colors.