#59ABA2

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

Shades of Puerto Rico #59ABA2

Tints of Puerto Rico #59ABA2

Color information

#59ABA2 (or 0x59ABA2) is unknown color: approx Puerto Rico. HEX triplet: 59, AB and A2. RGB value is (89,171,162). Sum of RGB (Red+Green+Blue) = 89+171+162=422 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.09% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 171 - color contains mainly: green. Hex color #59ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59ABA2 is #A6545D. Grayscale: #919191. Windows color (decimal): -10900574 or 10660697. OLE color: 10660697.

HSL color Cylindrical-coordinate representation of color #59ABA2: hue angle of 173.41º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59ABA2 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.

Color convert

RGB89171162-
CMYK0.4800.050.33
HSL173.41º32.8%50.98%-
HSV(B)173.41º47.95%67.06%-
XYZ25.233.8639.39-
YUV145.46137.3387.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.09%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 162 (63.67% from 255) = 38.39%
R=21.09%
G=40.52%
B=38.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891711620.4800.050.33173.4132.850.98
Hex59ABA2300521ad2133
Octal1312532426005412554163
Binary10110011010101110100010110000010110000110101101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59ABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,171,162); }

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

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

 a { background-color: rgb(89,171,162); }

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

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

 span { border-color: rgb(89,171,162); }

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