#59BAA7

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

Shades of Puerto Rico #59BAA7

Tints of Puerto Rico #59BAA7

Color information

#59BAA7 (or 0x59BAA7) is unknown color: approx Puerto Rico. HEX triplet: 59, BA and A7. RGB value is (89,186,167). Sum of RGB (Red+Green+Blue) = 89+186+167=442 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.14% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAA7 is #A64558. Grayscale: #9A9A9A. Windows color (decimal): -10896729 or 10992217. OLE color: 10992217.

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

Color convert

RGB89186167-
CMYK0.5200.100.27
HSL168.25º41.28%53.92%-
HSV(B)168.25º52.15%72.94%-
XYZ28.6540.0342.78-
YUV154.83134.8681.04-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.14%
GREEN value IS 186 (73.05% from 255) = 42.08%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=20.14%
G=42.08%
B=37.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891861670.5200.100.27168.2541.2853.92
Hex59BAA7340A1Ba82936
Octal13127224764012332505166
Binary10110011011101010100111110100010101101110101000101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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