#10A285

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

Shades of Mountain Meadow #10A285

Tints of Mountain Meadow #10A285

Color information

#10A285 (or 0x10A285) is unknown color: approx Mountain Meadow. HEX triplet: 10, A2 and 85. RGB value is (16,162,133). Sum of RGB (Red+Green+Blue) = 16+162+133=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 162 (63.67% from 255 or 52.09% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 162 - color contains mainly: green. Hex color #10A285 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A285 is #EF5D7A. Grayscale: #737373. Windows color (decimal): -15687035 or 8757776. OLE color: 8757776.

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

Color convert

RGB16162133-
CMYK0.9000.180.36
HSL168.08º82.02%34.9%-
HSV(B)168.08º90.12%63.53%-
XYZ17.3727.6426.61-
YUV115.04138.1357.36-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.14%
GREEN value IS 162 (63.67% from 255) = 52.09%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=5.14%
G=52.09%
B=42.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161621330.9000.180.36168.0882.0234.9
Hex10A2855A01224a85223
Octal202422051320224425012243
Binary1000010100010100001011011010010010100100101010001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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