Html Css Color HEX #10C686 Mountain Meadow

📋 copy color: '#10C686'

red 16 ◦ green 198 ◦ blue 134

#10C686
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #10C686

Tints of Mountain Meadow #10C686

RGB

 RED value IS 16 (6.64% from 255) = 4.6%

 GREEN value IS 198 (77.73% from 255) = 56.9%

 BLUE value IS 134 (52.73% from 255) = 38.51%

R = 4.6%
G = 56.9%
B = 38.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.22

RGB Variations

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

Color information

#10C686 (or 0x10C686) is known color: 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

RGB 16 198 134 -
CMYK 0.92 0 0.32 0.22
HSL 158.9º 0.85% 0.42% -
HSV(B) 158.9º 0.92% 0.78% -
XYZ 24.71 42.22 29.4 -
YUV 136.29 126.7 42.2 -
System Red Green Blue C M Y K H S L
Decimal 16 198 134 0.92 0 0.32 0.22 158.9 0.85 0.42
Hex 10 C6 86 5C 0 20 16 9F 55 2A
Octal 20 306 206 134 0 40 26 237 125 52
Binary 10000 11000110 10000110 1011100 0 100000 10110 10011111 1010101 101010

Color Harmonies of #10C686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C686

Black with #10C686

Text Example


Text Example

White with #10C686

Text Example


Text Example

HTML Codes & Css Web 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>