Html Css Color HEX #10C080 Mountain Meadow

📋 copy color: '#10C080'

red 16 ◦ green 192 ◦ blue 128

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

Shades of Mountain Meadow #10C080

Tints of Mountain Meadow #10C080

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.14%

 BLUE value IS 128 (50.39% from 255) = 38.1%

R = 4.76%
G = 57.14%
B = 38.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#10C080 (or 0x10C080) is known color: Mountain Meadow. HEX triplet: 10, C0 and 80. RGB value is (16,192,128). Sum of RGB (Red+Green+Blue) = 16+192+128=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 192 (75.39% from 255 or 57.14% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 192 - color contains mainly: green. Hex color #10C080 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C080 is #EF3F7F. Grayscale: #848484. Windows color (decimal): -15679360 or 8437776. OLE color: 8437776.

HSL color Cylindrical-coordinate representation of color #10C080: hue angle of 158.18º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C080 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 128 -
CMYK 0.92 0 0.33 0.25
HSL 158.18º 0.85% 0.41% -
HSV(B) 158.18º 0.92% 0.75% -
XYZ 22.96 39.37 26.81 -
YUV 132.08 125.69 45.2 -
System Red Green Blue C M Y K H S L
Decimal 16 192 128 0.92 0 0.33 0.25 158.18 0.85 0.41
Hex 10 C0 80 5C 0 21 19 9E 55 29
Octal 20 300 200 134 0 41 31 236 125 51
Binary 10000 11000000 10000000 1011100 0 100001 11001 10011110 1010101 101001

Color Harmonies of #10C080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C080

Black with #10C080

Text Example


Text Example

White with #10C080

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,128); }

 H1.HeaderClassName
 {
   color: #10C080;
 }
 .AnyTagClassName
 {
   color: #10C080;
 }
</style>

background-color css

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

 a { background-color: rgb(16,192,128); }

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

border-color css

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

 span { border-color: rgb(16,192,128); }

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