Html Css Color HEX #10AD8D Mountain Meadow

📋 copy color: '#10AD8D'

red 16 ◦ green 173 ◦ blue 141

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

Shades of Mountain Meadow #10AD8D

Tints of Mountain Meadow #10AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.42%

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 4.85%
G = 52.42%
B = 42.73%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#10AD8D (or 0x10AD8D) is known color: Mountain Meadow. HEX triplet: 10, AD and 8D. RGB value is (16,173,141). Sum of RGB (Red+Green+Blue) = 16+173+141=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 173 (67.97% from 255 or 52.42% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD8D is #EF5272. Grayscale: #7A7A7A. Windows color (decimal): -15684211 or 9284880. OLE color: 9284880.

HSL color Cylindrical-coordinate representation of color #10AD8D: hue angle of 167.77º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD8D is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 141 -
CMYK 0.91 0 0.18 0.32
HSL 167.77º 0.83% 0.37% -
HSV(B) 167.77º 0.91% 0.68% -
XYZ 19.96 31.92 30.31 -
YUV 122.41 138.49 52.1 -
System Red Green Blue C M Y K H S L
Decimal 16 173 141 0.91 0 0.18 0.32 167.77 0.83 0.37
Hex 10 AD 8D 5B 0 12 20 A8 53 25
Octal 20 255 215 133 0 22 40 250 123 45
Binary 10000 10101101 10001101 1011011 0 10010 100000 10101000 1010011 100101

Color Harmonies of #10AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD8D

Black with #10AD8D

Text Example


Text Example

White with #10AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,173,141); }

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

background-color css

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

 a { background-color: rgb(16,173,141); }

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

border-color css

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

 span { border-color: rgb(16,173,141); }

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