Html Css Color HEX #59AC9E Puerto Rico

📋 copy color: '#59AC9E'

red 89 ◦ green 172 ◦ blue 158

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

Shades of Puerto Rico #59AC9E

Tints of Puerto Rico #59AC9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 37.71%

R = 21.24%
G = 41.05%
B = 37.71%

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

#59AC9E (or 0x59AC9E) is known color: Puerto Rico. HEX triplet: 59, AC and 9E. RGB value is (89,172,158). Sum of RGB (Red+Green+Blue) = 89+172+158=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 172 - color contains mainly: green. Hex color #59AC9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #59AC9E is #A65361. Grayscale: #919191. Windows color (decimal): -10900322 or 10398809. OLE color: 10398809.

HSL color Cylindrical-coordinate representation of color #59AC9E: hue angle of 169.88º 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 #59AC9E is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB 89 172 158 -
CMYK 0.48 0 0.08 0.33
HSL 169.88º 0.33% 0.51% -
HSV(B) 169.88º 0.48% 0.67% -
XYZ 25.04 34.1 37.61 -
YUV 145.59 135 87.64 -
System Red Green Blue C M Y K H S L
Decimal 89 172 158 0.48 0 0.08 0.33 169.88 0.33 0.51
Hex 59 AC 9E 30 0 8 21 AA 21 33
Octal 131 254 236 60 0 10 41 252 41 63
Binary 1011001 10101100 10011110 110000 0 1000 100001 10101010 100001 110011

Color Harmonies of #59AC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59AC9E

Black with #59AC9E

Text Example


Text Example

White with #59AC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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