#59BEA8

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

Shades of Puerto Rico #59BEA8

Tints of Puerto Rico #59BEA8

Color information

#59BEA8 (or 0x59BEA8) is unknown color: approx Puerto Rico. HEX triplet: 59, BE and A8. RGB value is (89,190,168). Sum of RGB (Red+Green+Blue) = 89+190+168=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEA8 is #A64157. Grayscale: #9D9D9D. Windows color (decimal): -10895704 or 11058777. OLE color: 11058777.

HSL color Cylindrical-coordinate representation of color #59BEA8: hue angle of 166.93º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BEA8 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB89190168-
CMYK0.5300.120.25
HSL166.93º43.72%54.71%-
HSV(B)166.93º53.16%74.51%-
XYZ29.641.7843.55-
YUV157.29134.0479.29-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.91%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 168 (66.02% from 255) = 37.58%
R=19.91%
G=42.51%
B=37.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891901680.5300.120.25166.9343.7254.71
Hex59BEA8350C19a72c37
Octal13127625065014312475467
Binary10110011011111010101000110101011001100110100111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,190,168); }

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

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

 a { background-color: rgb(89,190,168); }

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

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

 span { border-color: rgb(89,190,168); }

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