#59BDA3

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

Shades of Puerto Rico #59BDA3

Tints of Puerto Rico #59BDA3

Color information

#59BDA3 (or 0x59BDA3) is unknown color: approx Puerto Rico. HEX triplet: 59, BD and A3. RGB value is (89,189,163). Sum of RGB (Red+Green+Blue) = 89+189+163=441 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.18% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 163 (64.06% from 255 or 36.96% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #59BDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BDA3 is #A6425C. Grayscale: #9C9C9C. Windows color (decimal): -10895965 or 10730841. OLE color: 10730841.

HSL color Cylindrical-coordinate representation of color #59BDA3: hue angle of 164.4º 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 #59BDA3 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB89189163-
CMYK0.5300.140.26
HSL164.4º43.1%54.51%-
HSV(B)164.4º52.91%74.12%-
XYZ28.9341.1641.07-
YUV156.14131.8780.11-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.18%
GREEN value IS 189 (74.22% from 255) = 42.86%
BLUE value IS 163 (64.06% from 255) = 36.96%
R=20.18%
G=42.86%
B=36.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891891630.5300.140.26164.443.154.51
Hex59BDA3350E1Aa42b37
Octal13127524365016322445367
Binary10110011011110110100011110101011101101010100100101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BDA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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