#10AA7A

Color #10AA7A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10AA7A

Tints of Mountain Meadow #10AA7A

Color information

#10AA7A (or 0x10AA7A) is unknown color: approx Mountain Meadow. HEX triplet: 10, AA and 7A. RGB value is (16,170,122). Sum of RGB (Red+Green+Blue) = 16+170+122=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 122 (48.05% from 255 or 39.61% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #10AA7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #10AA7A is #EF5585. Grayscale: #767676. Windows color (decimal): -15684998 or 8038928. OLE color: 8038928.

HSL color Cylindrical-coordinate representation of color #10AA7A: hue angle of 161.3º 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 #10AA7A is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB16170122-
CMYK0.9100.280.33
HSL161.3º82.8%36.47%-
HSV(B)161.3º90.59%66.67%-
XYZ18.130.2623.3-
YUV118.48129.9854.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 170 (66.80% from 255) = 55.19%
BLUE value IS 122 (48.05% from 255) = 39.61%
R=5.19%
G=55.19%
B=39.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161701220.9100.280.33161.382.836.47
Hex10AA7A5B01C21a15324
Octal202521721330344124112344
Binary100001010101011110101011011011100100001101000011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10AA7A;
 }
 .AnyTagClassName
 {
   color: #10AA7A;
 }
</style>
background-color css

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

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

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

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

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

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