#59c1aa

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

Shades of Puerto Rico #59C1AA

Tints of Puerto Rico #59C1AA

Color information

#59C1AA (or 0x59C1AA) is unknown color: approx Puerto Rico. HEX triplet: 59, C1 and AA. RGB value is (89,193,170). Sum of RGB (Red+Green+Blue) = 89+193+170=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 193 - color contains mainly: green. Hex color #59C1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C1AA is #A63E55. Grayscale: #9F9F9F. Windows color (decimal): -10894934 or 11190617. OLE color: 11190617.

HSL color Cylindrical-coordinate representation of color #59C1AA: hue angle of 166.73º 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 #59C1AA is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB89193170-
CMYK0.5400.120.24
HSL166.73º45.61%55.29%-
HSV(B)166.73º53.89%75.69%-
XYZ30.4543.1744.76-
YUV159.28134.0477.87-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 193 (75.78% from 255) = 42.70%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=19.69%
G=42.70%
B=37.61%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891931700.5400.120.24166.7345.6155.29
Hex59C1AA360C18a72e37
Octal13130125266014302475667
Binary10110011100000110101010110110011001100010100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59c1aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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