#59BAA3

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

Shades of Puerto Rico #59BAA3

Tints of Puerto Rico #59BAA3

Color information

#59BAA3 (or 0x59BAA3) is unknown color: approx Puerto Rico. HEX triplet: 59, BA and A3. RGB value is (89,186,163). Sum of RGB (Red+Green+Blue) = 89+186+163=438 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.32% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAA3 is #A6455C. Grayscale: #9A9A9A. Windows color (decimal): -10896733 or 10730073. OLE color: 10730073.

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

Color convert

RGB89186163-
CMYK0.5200.120.27
HSL165.77º41.28%53.92%-
HSV(B)165.77º52.15%72.94%-
XYZ28.2939.8940.86-
YUV154.37132.8681.37-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.32%
GREEN value IS 186 (73.05% from 255) = 42.47%
BLUE value IS 163 (64.06% from 255) = 37.21%
R=20.32%
G=42.47%
B=37.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861630.5200.120.27165.7741.2853.92
Hex59BAA3340C1Ba62936
Octal13127224364014332465166
Binary10110011011101010100011110100011001101110100110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,186,163); }

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

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

 a { background-color: rgb(89,186,163); }

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

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

 span { border-color: rgb(89,186,163); }

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