#59C5AF

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

Shades of Puerto Rico #59C5AF

Tints of Puerto Rico #59C5AF

Color information

#59C5AF (or 0x59C5AF) is unknown color: approx Puerto Rico. HEX triplet: 59, C5 and AF. RGB value is (89,197,175). Sum of RGB (Red+Green+Blue) = 89+197+175=461 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.31% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 175 (68.75% from 255 or 37.96% from 461); Max value from RGB is 197 - color contains mainly: green. Hex color #59C5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59C5AF is #A63A50. Grayscale: #A2A2A2. Windows color (decimal): -10893905 or 11519321. OLE color: 11519321.

HSL color Cylindrical-coordinate representation of color #59C5AF: hue angle of 167.78º 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 #59C5AF is Cyan = 0.55, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB89197175-
CMYK0.5500.110.23
HSL167.78º48.21%56.08%-
HSV(B)167.78º54.82%77.25%-
XYZ31.8245.1547.6-
YUV162.2135.2275.79-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.31%
GREEN value IS 197 (77.34% from 255) = 42.73%
BLUE value IS 175 (68.75% from 255) = 37.96%
R=19.31%
G=42.73%
B=37.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal891971750.5500.110.23167.7848.2156.08
Hex59C5AF370B17a83038
Octal13130525767013272506070
Binary10110011100010110101111110111010111011110101000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59C5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,197,175); }

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

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

 a { background-color: rgb(89,197,175); }

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

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

 span { border-color: rgb(89,197,175); }

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