Html Css Color HEX #10AC8C Mountain Meadow

📋 copy color: '#10AC8C'

red 16 ◦ green 172 ◦ blue 140

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

Shades of Mountain Meadow #10AC8C

Tints of Mountain Meadow #10AC8C

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.44%

 BLUE value IS 140 (55.08% from 255) = 42.68%

R = 4.88%
G = 52.44%
B = 42.68%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#10AC8C (or 0x10AC8C) is known color: Mountain Meadow. HEX triplet: 10, AC and 8C. RGB value is (16,172,140). Sum of RGB (Red+Green+Blue) = 16+172+140=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 172 (67.58% from 255 or 52.44% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC8C is #EF5373. Grayscale: #797979. Windows color (decimal): -15684468 or 9219088. OLE color: 9219088.

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

Color convert

RGB 16 172 140 -
CMYK 0.91 0 0.19 0.33
HSL 167.69º 0.83% 0.37% -
HSV(B) 167.69º 0.91% 0.67% -
XYZ 19.7 31.51 29.85 -
YUV 121.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 16 172 140 0.91 0 0.19 0.33 167.69 0.83 0.37
Hex 10 AC 8C 5B 0 13 21 A8 53 25
Octal 20 254 214 133 0 23 41 250 123 45
Binary 10000 10101100 10001100 1011011 0 10011 100001 10101000 1010011 100101

Color Harmonies of #10AC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC8C

Black with #10AC8C

Text Example


Text Example

White with #10AC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,172,140); }

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

background-color css

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

 a { background-color: rgb(16,172,140); }

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

border-color css

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

 span { border-color: rgb(16,172,140); }

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