#16A98E

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

Shades of Mountain Meadow #16A98E

Tints of Mountain Meadow #16A98E

Color information

#16A98E (or 0x16A98E) is unknown color: approx Mountain Meadow. HEX triplet: 16, A9 and 8E. RGB value is (22,169,142). Sum of RGB (Red+Green+Blue) = 22+169+142=333 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.61% from 333); Green value is 169 (66.41% from 255 or 50.75% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 169 - color contains mainly: green. Hex color #16A98E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16A98E is #E95671. Grayscale: #797979. Windows color (decimal): -15292018 or 9349398. OLE color: 9349398.

HSL color Cylindrical-coordinate representation of color #16A98E: hue angle of 168.98º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A98E is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.

Color convert

RGB22169142-
CMYK0.8700.160.34
HSL168.98º76.96%37.45%-
HSV(B)168.98º86.98%66.27%-
XYZ19.430.530.46-
YUV121.97139.356.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.61%
GREEN value IS 169 (66.41% from 255) = 50.75%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=6.61%
G=50.75%
B=42.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal221691420.8700.160.34168.9876.9637.45
Hex16A98E5701022a94d25
Octal262512161270204225111545
Binary1011010101001100011101010111010000100010101010011001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16A98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16A98E; }

 p { color: rgb(22,169,142); }

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

<style>
 a { background-color: #16A98E; }

 a { background-color: rgb(22,169,142); }

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

<style>
 span { border-color: #16A98E; }

 span { border-color: rgb(22,169,142); }

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