#59C1AD

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

Shades of Puerto Rico #59C1AD

Tints of Puerto Rico #59C1AD

Color information

#59C1AD (or 0x59C1AD) is unknown color: approx Puerto Rico. HEX triplet: 59, C1 and AD. RGB value is (89,193,173). Sum of RGB (Red+Green+Blue) = 89+193+173=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C1AD is #A63E52. Grayscale: #9F9F9F. Windows color (decimal): -10894931 or 11387225. OLE color: 11387225.

HSL color Cylindrical-coordinate representation of color #59C1AD: hue angle of 168.46º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59C1AD is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB89193173-
CMYK0.5400.100.24
HSL168.46º45.61%55.29%-
HSV(B)168.46º53.89%75.69%-
XYZ30.7343.2846.27-
YUV159.62135.5477.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.56%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=19.56%
G=42.42%
B=38.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891931730.5400.100.24168.4645.6155.29
Hex59C1AD360A18a82e37
Octal13130125566012302505667
Binary10110011100000110101101110110010101100010101000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C1AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,193,173); }

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

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

 a { background-color: rgb(89,193,173); }

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

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

 span { border-color: rgb(89,193,173); }

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