Html Css Color HEX #10AC8F Mountain Meadow

📋 copy color: '#10AC8F'

red 16 ◦ green 172 ◦ blue 143

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

Shades of Mountain Meadow #10AC8F

Tints of Mountain Meadow #10AC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.2%

R = 4.83%
G = 51.96%
B = 43.2%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#10AC8F (or 0x10AC8F) is known color: Mountain Meadow. HEX triplet: 10, AC and 8F. RGB value is (16,172,143). Sum of RGB (Red+Green+Blue) = 16+172+143=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 172 (67.58% from 255 or 51.96% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AC8F is #EF5370. Grayscale: #7A7A7A. Windows color (decimal): -15684465 or 9415696. OLE color: 9415696.

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

Color convert

RGB 16 172 143 -
CMYK 0.91 0 0.17 0.33
HSL 168.85º 0.83% 0.37% -
HSV(B) 168.85º 0.91% 0.67% -
XYZ 19.92 31.6 31.04 -
YUV 122.05 139.82 52.36 -
System Red Green Blue C M Y K H S L
Decimal 16 172 143 0.91 0 0.17 0.33 168.85 0.83 0.37
Hex 10 AC 8F 5B 0 11 21 A9 53 25
Octal 20 254 217 133 0 21 41 251 123 45
Binary 10000 10101100 10001111 1011011 0 10001 100001 10101001 1010011 100101

Color Harmonies of #10AC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC8F

Black with #10AC8F

Text Example


Text Example

White with #10AC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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