#51C4A6

Color #51C4A6 Puerto Rico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puerto Rico #51C4A6

Tints of Puerto Rico #51C4A6

Color information

#51C4A6 (or 0x51C4A6) is unknown color: approx Puerto Rico. HEX triplet: 51, C4 and A6. RGB value is (81,196,166). Sum of RGB (Red+Green+Blue) = 81+196+166=443 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.28% from 443); Green value is 196 (76.95% from 255 or 44.24% from 443); Blue value is 166 (65.23% from 255 or 37.47% from 443); Max value from RGB is 196 - color contains mainly: green. Hex color #51C4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C4A6 is #AE3B59. Grayscale: #9E9E9E. Windows color (decimal): -11418458 or 10929233. OLE color: 10929233.

HSL color Cylindrical-coordinate representation of color #51C4A6: hue angle of 164.35º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51C4A6 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB81196166-
CMYK0.5900.150.23
HSL164.35º49.36%54.31%-
HSV(B)164.35º58.67%76.86%-
XYZ30.0243.9842.98-
YUV158.2132.472.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 18.28%
GREEN value IS 196 (76.95% from 255) = 44.24%
BLUE value IS 166 (65.23% from 255) = 37.47%
R=18.28%
G=44.24%
B=37.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811961660.5900.150.23164.3549.3654.31
Hex51C4A63B0F17a43136
Octal12130424673017272446166
Binary10100011100010010100110111011011111011110100100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C4A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51C4A6; }

 p { color: rgb(81,196,166); }

 H1.HeaderClassName
 {
   color: #51C4A6;
 }
 .AnyTagClassName
 {
   color: #51C4A6;
 }
</style>
background-color css

<style>
 a { background-color: #51C4A6; }

 a { background-color: rgb(81,196,166); }

 div.DivClassName
 {
   background-color: #51C4A6;
 }
 .BgClassName
 {
   background-color: #51C4A6;
 }
</style>
border-color css

<style>
 span { border-color: #51C4A6; }

 span { border-color: rgb(81,196,166); }

 td.TdClassName
 {
   border-color: #51C4A6;
 }
 .TagClassName
 {
   border-color: #51C4A6;
 }
</style>