#59BEA7

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

Shades of Puerto Rico #59BEA7

Tints of Puerto Rico #59BEA7

Color information

#59BEA7 (or 0x59BEA7) is unknown color: approx Puerto Rico. HEX triplet: 59, BE and A7. RGB value is (89,190,167). Sum of RGB (Red+Green+Blue) = 89+190+167=446 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.96% from 446); Green value is 190 (74.61% from 255 or 42.60% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 190 - color contains mainly: green. Hex color #59BEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BEA7 is #A64158. Grayscale: #9D9D9D. Windows color (decimal): -10895705 or 10993241. OLE color: 10993241.

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

Color convert

RGB89190167-
CMYK0.5300.120.25
HSL166.34º43.72%54.71%-
HSV(B)166.34º53.16%74.51%-
XYZ29.5141.7443.06-
YUV157.18133.5479.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.96%
GREEN value IS 190 (74.61% from 255) = 42.60%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=19.96%
G=42.60%
B=37.44%

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
Decimal891901670.5300.120.25166.3443.7254.71
Hex59BEA7350C19a62c37
Octal13127624765014312465467
Binary10110011011111010100111110101011001100110100110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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