#59B39E

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

Shades of Puerto Rico #59B39E

Tints of Puerto Rico #59B39E

Color information

#59B39E (or 0x59B39E) is unknown color: approx Puerto Rico. HEX triplet: 59, B3 and 9E. RGB value is (89,179,158). Sum of RGB (Red+Green+Blue) = 89+179+158=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 179 - color contains mainly: green. Hex color #59B39E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B39E is #A64C61. Grayscale: #959595. Windows color (decimal): -10898530 or 10400601. OLE color: 10400601.

HSL color Cylindrical-coordinate representation of color #59B39E: hue angle of 166º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B39E is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB89179158-
CMYK0.5000.120.30
HSL166º37.19%52.55%-
HSV(B)166º50.28%70.2%-
XYZ26.4136.8338.07-
YUV149.7132.6884.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.89%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 158 (62.11% from 255) = 37.09%
R=20.89%
G=42.02%
B=37.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891791580.5000.120.3016637.1952.55
Hex59B39E320C1Ea62535
Octal13126323662014362464565
Binary10110011011001110011110110010011001111010100110100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B39E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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