#10C686

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

Shades of Mountain Meadow #10C686

Tints of Mountain Meadow #10C686

Color information

#10C686 (or 0x10C686) is unknown color: approx Mountain Meadow. HEX triplet: 10, C6 and 86. RGB value is (16,198,134). Sum of RGB (Red+Green+Blue) = 16+198+134=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 198 (77.73% from 255 or 56.90% from 348); Blue value is 134 (52.73% from 255 or 38.51% from 348); Max value from RGB is 198 - color contains mainly: green. Hex color #10C686 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C686 is #EF3979. Grayscale: #888888. Windows color (decimal): -15677818 or 8832528. OLE color: 8832528.

HSL color Cylindrical-coordinate representation of color #10C686: hue angle of 158.9º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C686 is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.

Color convert

RGB16198134-
CMYK0.9200.320.22
HSL158.9º85.05%41.96%-
HSV(B)158.9º91.92%77.65%-
XYZ24.7142.2229.4-
YUV136.29126.742.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.60%
GREEN value IS 198 (77.73% from 255) = 56.90%
BLUE value IS 134 (52.73% from 255) = 38.51%
R=4.60%
G=56.90%
B=38.51%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161981340.9200.320.22158.985.0541.96
Hex10C6865C020169f552a
Octal203062061340402623712552
Binary1000011000110100001101011100010000010110100111111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10C686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,198,134); }

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

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

 a { background-color: rgb(16,198,134); }

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

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

 span { border-color: rgb(16,198,134); }

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