Html Css Color HEX #59B1AA Puerto Rico

📋 copy color: '#59B1AA'

red 89 ◦ green 177 ◦ blue 170

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

Shades of Puerto Rico #59B1AA

Tints of Puerto Rico #59B1AA

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.6%

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

R = 20.41%
G = 40.6%
B = 38.99%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.04

 K value IS 0.31

RGB Variations

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

Color information

#59B1AA (or 0x59B1AA) is known color: Puerto Rico. HEX triplet: 59, B1 and AA. RGB value is (89,177,170). Sum of RGB (Red+Green+Blue) = 89+177+170=436 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.41% from 436); Green value is 177 (69.53% from 255 or 40.60% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 177 - color contains mainly: green. Hex color #59B1AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59B1AA is #A64E55. Grayscale: #959595. Windows color (decimal): -10899030 or 11186521. OLE color: 11186521.

HSL color Cylindrical-coordinate representation of color #59B1AA: hue angle of 175.23º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #59B1AA is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 177 170 -
CMYK 0.50 0 0.04 0.31
HSL 175.23º 0.36% 0.52% -
HSV(B) 175.23º 0.5% 0.69% -
XYZ 27.1 36.47 43.64 -
YUV 149.89 139.35 84.57 -
System Red Green Blue C M Y K H S L
Decimal 89 177 170 0.50 0 0.04 0.31 175.23 0.36 0.52
Hex 59 B1 AA 32 0 4 1F AF 24 34
Octal 131 261 252 62 0 4 37 257 44 64
Binary 1011001 10110001 10101010 110010 0 100 11111 10101111 100100 110100

Color Harmonies of #59B1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59B1AA

Black with #59B1AA

Text Example


Text Example

White with #59B1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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