#59B9AC

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

Shades of Puerto Rico #59B9AC

Tints of Puerto Rico #59B9AC

Color information

#59B9AC (or 0x59B9AC) is unknown color: approx Puerto Rico. HEX triplet: 59, B9 and AC. RGB value is (89,185,172). Sum of RGB (Red+Green+Blue) = 89+185+172=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 185 - color contains mainly: green. Hex color #59B9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B9AC is #A64653. Grayscale: #9A9A9A. Windows color (decimal): -10896980 or 11319641. OLE color: 11319641.

HSL color Cylindrical-coordinate representation of color #59B9AC: hue angle of 171.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B9AC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB89185172-
CMYK0.5200.070.27
HSL171.88º40.68%53.73%-
HSV(B)171.88º51.89%72.55%-
XYZ28.9239.845.19-
YUV154.81137.781.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 185 (72.66% from 255) = 41.48%
BLUE value IS 172 (67.58% from 255) = 38.57%
R=19.96%
G=41.48%
B=38.57%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891851720.5200.070.27171.8840.6853.73
Hex59B9AC34071Bac2936
Octal1312712546407332545166
Binary1011001101110011010110011010001111101110101100101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,185,172); }

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

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

 a { background-color: rgb(89,185,172); }

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

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

 span { border-color: rgb(89,185,172); }

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