#59BDAE

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

Shades of Puerto Rico #59BDAE

Tints of Puerto Rico #59BDAE

Color information

#59BDAE (or 0x59BDAE) is unknown color: approx Puerto Rico. HEX triplet: 59, BD and AE. RGB value is (89,189,174). Sum of RGB (Red+Green+Blue) = 89+189+174=452 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.69% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 174 (68.36% from 255 or 38.50% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDAE is #A64251. Grayscale: #9D9D9D. Windows color (decimal): -10895954 or 11451737. OLE color: 11451737.

HSL color Cylindrical-coordinate representation of color #59BDAE: hue angle of 171º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BDAE is Cyan = 0.53, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB89189174-
CMYK0.5300.080.26
HSL171º43.1%54.51%-
HSV(B)171º52.91%74.12%-
XYZ29.9641.5846.49-
YUV157.39137.3779.22-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.69%
GREEN value IS 189 (74.22% from 255) = 41.81%
BLUE value IS 174 (68.36% from 255) = 38.50%
R=19.69%
G=41.81%
B=38.50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891891740.5300.080.2617143.154.51
Hex59BDAE35081Aab2b37
Octal13127525665010322535367
Binary10110011011110110101110110101010001101010101011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,189,174); }

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

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

 a { background-color: rgb(89,189,174); }

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

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

 span { border-color: rgb(89,189,174); }

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