Html Css Color HEX #10AA89 Mountain Meadow

📋 copy color: '#10AA89'

red 16 ◦ green 170 ◦ blue 137

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

Shades of Mountain Meadow #10AA89

Tints of Mountain Meadow #10AA89

RGB

 RED value IS 16 (6.64% from 255) = 4.95%

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

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

R = 4.95%
G = 52.63%
B = 42.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#10AA89 (or 0x10AA89) is known color: Mountain Meadow. HEX triplet: 10, AA and 89. RGB value is (16,170,137). Sum of RGB (Red+Green+Blue) = 16+170+137=323 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.95% from 323); Green value is 170 (66.80% from 255 or 52.63% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA89 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AA89 is #EF5576. Grayscale: #787878. Windows color (decimal): -15684983 or 9021968. OLE color: 9021968.

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

Color convert

RGB 16 170 137 -
CMYK 0.91 0 0.19 0.33
HSL 167.14º 0.83% 0.36% -
HSV(B) 167.14º 0.91% 0.67% -
XYZ 19.1 30.67 28.58 -
YUV 120.19 137.48 53.68 -
System Red Green Blue C M Y K H S L
Decimal 16 170 137 0.91 0 0.19 0.33 167.14 0.83 0.36
Hex 10 AA 89 5B 0 13 21 A7 53 24
Octal 20 252 211 133 0 23 41 247 123 44
Binary 10000 10101010 10001001 1011011 0 10011 100001 10100111 1010011 100100

Color Harmonies of #10AA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AA89

Black with #10AA89

Text Example


Text Example

White with #10AA89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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