#10AF8A

Color #10AF8A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #10AF8A

Tints of Mountain Meadow #10AF8A

Color information

#10AF8A (or 0x10AF8A) is unknown color: approx Mountain Meadow. HEX triplet: 10, AF and 8A. RGB value is (16,175,138). Sum of RGB (Red+Green+Blue) = 16+175+138=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #10AF8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10AF8A is #EF5075. Grayscale: #7B7B7B. Windows color (decimal): -15683702 or 9088784. OLE color: 9088784.

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

Color convert

RGB16175138-
CMYK0.9100.210.31
HSL166.04º83.25%37.45%-
HSV(B)166.04º90.86%68.63%-
XYZ20.1332.6129.28-
YUV123.24136.3251.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.86%
GREEN value IS 175 (68.75% from 255) = 53.19%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=4.86%
G=53.19%
B=41.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal161751380.9100.210.31166.0483.2537.45
Hex10AF8A5B0151Fa65325
Octal202572121330253724612345
Binary100001010111110001010101101101010111111101001101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10AF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #10AF8A;
 }
 .AnyTagClassName
 {
   color: #10AF8A;
 }
</style>
background-color css

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

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

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

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

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

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