Html Css Color HEX #10AF8F Mountain Meadow

📋 copy color: '#10AF8F'

red 16 ◦ green 175 ◦ blue 143

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

Shades of Mountain Meadow #10AF8F

Tints of Mountain Meadow #10AF8F

RGB

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

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

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

R = 4.79%
G = 52.4%
B = 42.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#10AF8F (or 0x10AF8F) is known color: Mountain Meadow. HEX triplet: 10, AF and 8F. RGB value is (16,175,143). Sum of RGB (Red+Green+Blue) = 16+175+143=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF8F is #EF5070. Grayscale: #7B7B7B. Windows color (decimal): -15683697 or 9416464. OLE color: 9416464.

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

Color convert

RGB 16 175 143 -
CMYK 0.91 0 0.18 0.31
HSL 167.92º 0.83% 0.37% -
HSV(B) 167.92º 0.91% 0.69% -
XYZ 20.5 32.75 31.23 -
YUV 123.81 138.82 51.1 -
System Red Green Blue C M Y K H S L
Decimal 16 175 143 0.91 0 0.18 0.31 167.92 0.83 0.37
Hex 10 AF 8F 5B 0 12 1F A8 53 25
Octal 20 257 217 133 0 22 37 250 123 45
Binary 10000 10101111 10001111 1011011 0 10010 11111 10101000 1010011 100101

Color Harmonies of #10AF8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AF8F

Black with #10AF8F

Text Example


Text Example

White with #10AF8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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