#59B9A1

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

Shades of Puerto Rico #59B9A1

Tints of Puerto Rico #59B9A1

Color information

#59B9A1 (or 0x59B9A1) is unknown color: approx Puerto Rico. HEX triplet: 59, B9 and A1. RGB value is (89,185,161). Sum of RGB (Red+Green+Blue) = 89+185+161=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #59B9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59B9A1 is #A6465E. Grayscale: #999999. Windows color (decimal): -10896991 or 10598745. OLE color: 10598745.

HSL color Cylindrical-coordinate representation of color #59B9A1: hue angle of 165º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #59B9A1 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB89185161-
CMYK0.5200.130.27
HSL165º40.68%53.73%-
HSV(B)165º51.89%72.55%-
XYZ27.939.3939.85-
YUV153.56132.281.95-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.46%
GREEN value IS 185 (72.66% from 255) = 42.53%
BLUE value IS 161 (63.28% from 255) = 37.01%
R=20.46%
G=42.53%
B=37.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891851610.5200.130.2716540.6853.73
Hex59B9A1340D1Ba52936
Octal13127124164015332455166
Binary10110011011100110100001110100011011101110100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59B9A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,185,161); }

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

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

 a { background-color: rgb(89,185,161); }

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

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

 span { border-color: rgb(89,185,161); }

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