Html Css Color HEX #13AA89 Mountain Meadow

📋 copy color: '#13AA89'

red 19 ◦ green 170 ◦ blue 137

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

Shades of Mountain Meadow #13AA89

Tints of Mountain Meadow #13AA89

RGB

 RED value IS 19 (7.81% from 255) = 5.83%

 GREEN value IS 170 (66.8% from 255) = 52.15%

 BLUE value IS 137 (53.91% from 255) = 42.02%

R = 5.83%
G = 52.15%
B = 42.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#13AA89 (or 0x13AA89) is known color: Mountain Meadow. HEX triplet: 13, AA and 89. RGB value is (19,170,137). Sum of RGB (Red+Green+Blue) = 19+170+137=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 170 (66.80% from 255 or 52.15% from 326); Blue value is 137 (53.91% from 255 or 42.02% from 326); Max value from RGB is 170 - color contains mainly: green. Hex color #13AA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #13AA89 is #EC5576. Grayscale: #797979. Windows color (decimal): -15488375 or 9021971. OLE color: 9021971.

HSL color Cylindrical-coordinate representation of color #13AA89: hue angle of 166.89º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AA89 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 170 137 -
CMYK 0.89 0 0.19 0.33
HSL 166.89º 0.8% 0.37% -
HSV(B) 166.89º 0.89% 0.67% -
XYZ 19.16 30.69 28.58 -
YUV 121.09 136.97 55.18 -
System Red Green Blue C M Y K H S L
Decimal 19 170 137 0.89 0 0.19 0.33 166.89 0.8 0.37
Hex 13 AA 89 59 0 13 21 A7 50 25
Octal 23 252 211 131 0 23 41 247 120 45
Binary 10011 10101010 10001001 1011001 0 10011 100001 10100111 1010000 100101

Color Harmonies of #13AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AA89

Black with #13AA89

Text Example


Text Example

White with #13AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AA89; }

 p { color: rgb(19,170,137); }

 H1.HeaderClassName
 {
   color: #13AA89;
 }
 .AnyTagClassName
 {
   color: #13AA89;
 }
</style>

background-color css

<style>
 a { background-color: #13AA89; }

 a { background-color: rgb(19,170,137); }

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

border-color css

<style>
 span { border-color: #13AA89; }

 span { border-color: rgb(19,170,137); }

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