#10A682

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

Shades of Mountain Meadow #10A682

Tints of Mountain Meadow #10A682

Color information

#10A682 (or 0x10A682) is unknown color: approx Mountain Meadow. HEX triplet: 10, A6 and 82. RGB value is (16,166,130). Sum of RGB (Red+Green+Blue) = 16+166+130=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 166 (65.23% from 255 or 53.21% from 312); Blue value is 130 (51.17% from 255 or 41.67% from 312); Max value from RGB is 166 - color contains mainly: green. Hex color #10A682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A682 is #EF597D. Grayscale: #757575. Windows color (decimal): -15686014 or 8562192. OLE color: 8562192.

HSL color Cylindrical-coordinate representation of color #10A682: hue angle of 165.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A682 is Cyan = 0.90, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB16166130-
CMYK0.9000.220.35
HSL165.6º82.42%35.69%-
HSV(B)165.6º90.36%65.1%-
XYZ17.8828.9925.77-
YUV117.05135.355.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.13%
GREEN value IS 166 (65.23% from 255) = 53.21%
BLUE value IS 130 (51.17% from 255) = 41.67%
R=5.13%
G=53.21%
B=41.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161661300.9000.220.35165.682.4235.69
Hex10A6825A01623a65224
Octal202462021320264324612244
Binary1000010100110100000101011010010110100011101001101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,166,130); }

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

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

 a { background-color: rgb(16,166,130); }

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

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

 span { border-color: rgb(16,166,130); }

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