#10A185

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

Shades of Mountain Meadow #10A185

Tints of Mountain Meadow #10A185

Color information

#10A185 (or 0x10A185) is unknown color: approx Mountain Meadow. HEX triplet: 10, A1 and 85. RGB value is (16,161,133). Sum of RGB (Red+Green+Blue) = 16+161+133=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 161 (63.28% from 255 or 51.94% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 161 - color contains mainly: green. Hex color #10A185 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A185 is #EF5E7A. Grayscale: #727272. Windows color (decimal): -15687291 or 8757520. OLE color: 8757520.

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

Color convert

RGB16161133-
CMYK0.9000.170.37
HSL168.41º81.92%34.71%-
HSV(B)168.41º90.06%63.14%-
XYZ17.1927.2926.55-
YUV114.45138.4657.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.16%
GREEN value IS 161 (63.28% from 255) = 51.94%
BLUE value IS 133 (52.34% from 255) = 42.90%
R=5.16%
G=51.94%
B=42.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161611330.9000.170.37168.4181.9234.71
Hex10A1855A01125a85223
Octal202412051320214525012243
Binary1000010100001100001011011010010001100101101010001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,161,133); }

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

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

 a { background-color: rgb(16,161,133); }

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

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

 span { border-color: rgb(16,161,133); }

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