Html Css Color HEX #59BCAA Puerto Rico

📋 copy color: '#59BCAA'

red 89 ◦ green 188 ◦ blue 170

#59BCAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Puerto Rico #59BCAA

Tints of Puerto Rico #59BCAA

RGB

 RED value IS 89 (35.16% from 255) = 19.91%

 GREEN value IS 188 (73.83% from 255) = 42.06%

 BLUE value IS 170 (66.8% from 255) = 38.03%

R = 19.91%
G = 42.06%
B = 38.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#59BCAA (or 0x59BCAA) is known color: Puerto Rico. HEX triplet: 59, BC and AA. RGB value is (89,188,170). Sum of RGB (Red+Green+Blue) = 89+188+170=447 (59% of max value = 765). Red value is 89 (35.16% from 255 or 19.91% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #59BCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BCAA is #A64355. Grayscale: #9C9C9C. Windows color (decimal): -10896214 or 11189337. OLE color: 11189337.

HSL color Cylindrical-coordinate representation of color #59BCAA: hue angle of 169.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #59BCAA is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 188 170 -
CMYK 0.53 0 0.10 0.26
HSL 169.09º 0.42% 0.54% -
HSV(B) 169.09º 0.53% 0.74% -
XYZ 29.36 40.99 44.4 -
YUV 156.35 135.7 79.96 -
System Red Green Blue C M Y K H S L
Decimal 89 188 170 0.53 0 0.10 0.26 169.09 0.42 0.54
Hex 59 BC AA 35 0 A 1A A9 2A 36
Octal 131 274 252 65 0 12 32 251 52 66
Binary 1011001 10111100 10101010 110101 0 1010 11010 10101001 101010 110110

Color Harmonies of #59BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCAA

Black with #59BCAA

Text Example


Text Example

White with #59BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #59BCAA;
 }
 .AnyTagClassName
 {
   color: #59BCAA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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