#59c4ba

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

Shades of Puerto Rico #59C4BA

Tints of Puerto Rico #59C4BA

Color information

#59C4BA (or 0x59C4BA) is unknown color: approx Puerto Rico. HEX triplet: 59, C4 and BA. RGB value is (89,196,186). Sum of RGB (Red+Green+Blue) = 89+196+186=471 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.90% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #59C4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59C4BA is #A63B45. Grayscale: #A2A2A2. Windows color (decimal): -10894150 or 12239961. OLE color: 12239961.

HSL color Cylindrical-coordinate representation of color #59C4BA: hue angle of 174.39º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #59C4BA is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB89196186-
CMYK0.5500.050.23
HSL174.39º47.56%55.88%-
HSV(B)174.39º54.59%76.86%-
XYZ32.7245.1553.44-
YUV162.87141.0575.31-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.90%
GREEN value IS 196 (76.95% from 255) = 41.61%
BLUE value IS 186 (73.05% from 255) = 39.49%
R=18.90%
G=41.61%
B=39.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891961860.5500.050.23174.3947.5655.88
Hex59C4BA370517ae3038
Octal1313042726705272566070
Binary1011001110001001011101011011101011011110101110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c4ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59c4ba; }

 p { color: rgb(89,196,186); }

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

<style>
 a { background-color: #59c4ba; }

 a { background-color: rgb(89,196,186); }

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

<style>
 span { border-color: #59c4ba; }

 span { border-color: rgb(89,196,186); }

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