#10AC8B

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

Shades of Mountain Meadow #10AC8B

Tints of Mountain Meadow #10AC8B

Color information

#10AC8B (or 0x10AC8B) is unknown color: approx Mountain Meadow. HEX triplet: 10, AC and 8B. RGB value is (16,172,139). Sum of RGB (Red+Green+Blue) = 16+172+139=327 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.89% from 327); Green value is 172 (67.58% from 255 or 52.60% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC8B is #EF5374. Grayscale: #797979. Windows color (decimal): -15684469 or 9153552. OLE color: 9153552.

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

Color convert

RGB16172139-
CMYK0.9100.190.33
HSL167.31º82.98%36.86%-
HSV(B)167.31º90.7%67.45%-
XYZ19.6331.4829.47-
YUV121.59137.8252.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.89%
GREEN value IS 172 (67.58% from 255) = 52.60%
BLUE value IS 139 (54.69% from 255) = 42.51%
R=4.89%
G=52.60%
B=42.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal161721390.9100.190.33167.3182.9836.86
Hex10AC8B5B01321a75325
Octal202542131330234124712345
Binary1000010101100100010111011011010011100001101001111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,172,139); }

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

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

 a { background-color: rgb(16,172,139); }

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

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

 span { border-color: rgb(16,172,139); }

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