Html Css Color HEX #10AF8D Mountain Meadow

📋 copy color: '#10AF8D'

red 16 ◦ green 175 ◦ blue 141

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

Shades of Mountain Meadow #10AF8D

Tints of Mountain Meadow #10AF8D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 52.71%

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

R = 4.82%
G = 52.71%
B = 42.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#10AF8D (or 0x10AF8D) is known color: Mountain Meadow. HEX triplet: 10, AF and 8D. RGB value is (16,175,141). Sum of RGB (Red+Green+Blue) = 16+175+141=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 175 (68.75% from 255 or 52.71% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF8D is #EF5072. Grayscale: #7B7B7B. Windows color (decimal): -15683699 or 9285392. OLE color: 9285392.

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

Color convert

RGB 16 175 141 -
CMYK 0.91 0 0.19 0.31
HSL 167.17º 0.83% 0.37% -
HSV(B) 167.17º 0.91% 0.69% -
XYZ 20.35 32.69 30.44 -
YUV 123.58 137.82 51.26 -
System Red Green Blue C M Y K H S L
Decimal 16 175 141 0.91 0 0.19 0.31 167.17 0.83 0.37
Hex 10 AF 8D 5B 0 13 1F A7 53 25
Octal 20 257 215 133 0 23 37 247 123 45
Binary 10000 10101111 10001101 1011011 0 10011 11111 10100111 1010011 100101

Color Harmonies of #10AF8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF8D

Black with #10AF8D

Text Example


Text Example

White with #10AF8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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