#59BFAA

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

Shades of Puerto Rico #59BFAA

Tints of Puerto Rico #59BFAA

Color information

#59BFAA (or 0x59BFAA) is unknown color: approx Puerto Rico. HEX triplet: 59, BF and AA. RGB value is (89,191,170). Sum of RGB (Red+Green+Blue) = 89+191+170=450 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.78% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #59BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BFAA is #A64055. Grayscale: #9E9E9E. Windows color (decimal): -10895446 or 11190105. OLE color: 11190105.

HSL color Cylindrical-coordinate representation of color #59BFAA: hue angle of 167.65º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BFAA is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB89191170-
CMYK0.5300.110.25
HSL167.65º44.35%54.9%-
HSV(B)167.65º53.4%74.9%-
XYZ30.0142.2944.61-
YUV158.11134.7178.71-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 19.78%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=19.78%
G=42.44%
B=37.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891911700.5300.110.25167.6544.3554.9
Hex59BFAA350B19a82c37
Octal13127725265013312505467
Binary10110011011111110101010110101010111100110101000101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59BFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,191,170); }

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

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

 a { background-color: rgb(89,191,170); }

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

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

 span { border-color: rgb(89,191,170); }

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