#51C4A8

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

Shades of Puerto Rico #51C4A8

Tints of Puerto Rico #51C4A8

Color information

#51C4A8 (or 0x51C4A8) is unknown color: approx Puerto Rico. HEX triplet: 51, C4 and A8. RGB value is (81,196,168). Sum of RGB (Red+Green+Blue) = 81+196+168=445 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.20% from 445); Green value is 196 (76.95% from 255 or 44.04% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 196 - color contains mainly: green. Hex color #51C4A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C4A8 is #AE3B57. Grayscale: #9E9E9E. Windows color (decimal): -11418456 or 11060305. OLE color: 11060305.

HSL color Cylindrical-coordinate representation of color #51C4A8: hue angle of 165.39º 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 #51C4A8 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB81196168-
CMYK0.5900.140.23
HSL165.39º49.36%54.31%-
HSV(B)165.39º58.67%76.86%-
XYZ30.244.0643.96-
YUV158.42133.472.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.20%
GREEN value IS 196 (76.95% from 255) = 44.04%
BLUE value IS 168 (66.02% from 255) = 37.75%
R=18.20%
G=44.04%
B=37.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal811961680.5900.140.23165.3949.3654.31
Hex51C4A83B0E17a53136
Octal12130425073016272456166
Binary10100011100010010101000111011011101011110100101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51C4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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