#59bf9e

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

Shades of Puerto Rico #59BF9E

Tints of Puerto Rico #59BF9E

Color information

#59BF9E (or 0x59BF9E) is unknown color: approx Puerto Rico. HEX triplet: 59, BF and 9E. RGB value is (89,191,158). Sum of RGB (Red+Green+Blue) = 89+191+158=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 191 (75% from 255 or 43.61% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 191 - color contains mainly: green. Hex color #59BF9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BF9E is #A64061. Grayscale: #9C9C9C. Windows color (decimal): -10895458 or 10403673. OLE color: 10403673.

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

Color convert

RGB89191158-
CMYK0.5300.170.25
HSL160.59º44.35%54.9%-
HSV(B)160.59º53.4%74.9%-
XYZ28.9241.8538.9-
YUV156.74128.7179.68-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.32%
GREEN value IS 191 (75% from 255) = 43.61%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=20.32%
G=43.61%
B=36.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891911580.5300.170.25160.5944.3554.9
Hex59BF9E3501119a12c37
Octal13127723665021312415467
Binary101100110111111100111101101010100011100110100001101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59bf9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,191,158); }

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

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

 a { background-color: rgb(89,191,158); }

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

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

 span { border-color: rgb(89,191,158); }

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