Html Css Color HEX #10AD8B Mountain Meadow

📋 copy color: '#10AD8B'

red 16 ◦ green 173 ◦ blue 139

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

Shades of Mountain Meadow #10AD8B

Tints of Mountain Meadow #10AD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 4.88%
G = 52.74%
B = 42.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#10AD8B (or 0x10AD8B) is known color: Mountain Meadow. HEX triplet: 10, AD and 8B. RGB value is (16,173,139). Sum of RGB (Red+Green+Blue) = 16+173+139=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 173 (67.97% from 255 or 52.74% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AD8B is #EF5274. Grayscale: #7A7A7A. Windows color (decimal): -15684213 or 9153808. OLE color: 9153808.

HSL color Cylindrical-coordinate representation of color #10AD8B: hue angle of 167.01º 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 #10AD8B is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 139 -
CMYK 0.91 0 0.20 0.32
HSL 167.01º 0.83% 0.37% -
HSV(B) 167.01º 0.91% 0.68% -
XYZ 19.82 31.86 29.53 -
YUV 122.18 137.49 52.26 -
System Red Green Blue C M Y K H S L
Decimal 16 173 139 0.91 0 0.20 0.32 167.01 0.83 0.37
Hex 10 AD 8B 5B 0 14 20 A7 53 25
Octal 20 255 213 133 0 24 40 247 123 45
Binary 10000 10101101 10001011 1011011 0 10100 100000 10100111 1010011 100101

Color Harmonies of #10AD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD8B

Black with #10AD8B

Text Example


Text Example

White with #10AD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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