Html Css Color HEX #59BAAA Puerto Rico

📋 copy color: '#59BAAA'

red 89 ◦ green 186 ◦ blue 170

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

Shades of Puerto Rico #59BAAA

Tints of Puerto Rico #59BAAA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.8%

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

R = 20%
G = 41.8%
B = 38.2%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.09

 K value IS 0.27

RGB Variations

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

Color information

#59BAAA (or 0x59BAAA) is known color: Puerto Rico. HEX triplet: 59, BA and AA. RGB value is (89,186,170). Sum of RGB (Red+Green+Blue) = 89+186+170=445 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #59BAAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #59BAAA is #A64555. Grayscale: #9B9B9B. Windows color (decimal): -10896726 or 11188825. OLE color: 11188825.

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

Color convert

RGB 89 186 170 -
CMYK 0.52 0 0.09 0.27
HSL 170.1º 0.41% 0.54% -
HSV(B) 170.1º 0.52% 0.73% -
XYZ 28.93 40.14 44.25 -
YUV 155.17 136.36 80.8 -
System Red Green Blue C M Y K H S L
Decimal 89 186 170 0.52 0 0.09 0.27 170.1 0.41 0.54
Hex 59 BA AA 34 0 9 1B AA 29 36
Octal 131 272 252 64 0 11 33 252 51 66
Binary 1011001 10111010 10101010 110100 0 1001 11011 10101010 101001 110110

Color Harmonies of #59BAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BAAA

Black with #59BAAA

Text Example


Text Example

White with #59BAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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