#16AE93

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

Shades of Mountain Meadow #16AE93

Tints of Mountain Meadow #16AE93

Color information

#16AE93 (or 0x16AE93) is unknown color: approx Mountain Meadow. HEX triplet: 16, AE and 93. RGB value is (22,174,147). Sum of RGB (Red+Green+Blue) = 22+174+147=343 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.41% from 343); Green value is 174 (68.36% from 255 or 50.73% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AE93 is #E9516C. Grayscale: #7D7D7D. Windows color (decimal): -15290733 or 9678358. OLE color: 9678358.

HSL color Cylindrical-coordinate representation of color #16AE93: hue angle of 169.34º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AE93 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB22174147-
CMYK0.8700.160.32
HSL169.34º77.55%38.43%-
HSV(B)169.34º87.36%68.24%-
XYZ20.7332.5532.79-
YUV125.47140.1454.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.41%
GREEN value IS 174 (68.36% from 255) = 50.73%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=6.41%
G=50.73%
B=42.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221741470.8700.160.32169.3477.5538.43
Hex16AE935701020a94e26
Octal262562231270204025111646
Binary1011010101110100100111010111010000100000101010011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,174,147); }

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

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

 a { background-color: rgb(22,174,147); }

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

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

 span { border-color: rgb(22,174,147); }

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