Html Css Color HEX #59AC9F Puerto Rico

📋 copy color: '#59AC9F'

red 89 ◦ green 172 ◦ blue 159

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

Shades of Puerto Rico #59AC9F

Tints of Puerto Rico #59AC9F

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

 BLUE value IS 159 (62.5% from 255) = 37.86%

R = 21.19%
G = 40.95%
B = 37.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#59AC9F (or 0x59AC9F) is known color: Puerto Rico. HEX triplet: 59, AC and 9F. RGB value is (89,172,159). Sum of RGB (Red+Green+Blue) = 89+172+159=420 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.19% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC9F is #A65360. Grayscale: #919191. Windows color (decimal): -10900321 or 10464345. OLE color: 10464345.

HSL color Cylindrical-coordinate representation of color #59AC9F: hue angle of 170.6º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #59AC9F is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 172 159 -
CMYK 0.48 0 0.08 0.33
HSL 170.6º 0.33% 0.51% -
HSV(B) 170.6º 0.48% 0.67% -
XYZ 25.13 34.13 38.06 -
YUV 145.7 135.5 87.56 -
System Red Green Blue C M Y K H S L
Decimal 89 172 159 0.48 0 0.08 0.33 170.6 0.33 0.51
Hex 59 AC 9F 30 0 8 21 AB 21 33
Octal 131 254 237 60 0 10 41 253 41 63
Binary 1011001 10101100 10011111 110000 0 1000 100001 10101011 100001 110011

Color Harmonies of #59AC9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AC9F

Black with #59AC9F

Text Example


Text Example

White with #59AC9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,172,159); }

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

background-color css

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

 a { background-color: rgb(89,172,159); }

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

border-color css

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

 span { border-color: rgb(89,172,159); }

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