Html Css Color HEX #59BFAA Puerto Rico

📋 copy color: '#59BFAA'

red 89 ◦ green 191 ◦ blue 170

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

Shades of Puerto Rico #59BFAA

Tints of Puerto Rico #59BFAA

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.8% from 255) = 37.78%

R = 19.78%
G = 42.44%
B = 37.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#59BFAA (or 0x59BFAA) is known color: 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

RGB 89 191 170 -
CMYK 0.53 0 0.11 0.25
HSL 167.65º 0.44% 0.55% -
HSV(B) 167.65º 0.53% 0.75% -
XYZ 30.01 42.29 44.61 -
YUV 158.11 134.71 78.71 -
System Red Green Blue C M Y K H S L
Decimal 89 191 170 0.53 0 0.11 0.25 167.65 0.44 0.55
Hex 59 BF AA 35 0 B 19 A8 2C 37
Octal 131 277 252 65 0 13 31 250 54 67
Binary 1011001 10111111 10101010 110101 0 1011 11001 10101000 101100 110111

Color Harmonies of #59BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFAA

Black with #59BFAA

Text Example


Text Example

White with #59BFAA

Text Example


Text Example

HTML Codes & Css Web 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>