#16AE8B

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

Shades of Mountain Meadow #16AE8B

Tints of Mountain Meadow #16AE8B

Color information

#16AE8B (or 0x16AE8B) is unknown color: approx Mountain Meadow. HEX triplet: 16, AE and 8B. RGB value is (22,174,139). Sum of RGB (Red+Green+Blue) = 22+174+139=335 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.57% from 335); Green value is 174 (68.36% from 255 or 51.94% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 174 - color contains mainly: green. Hex color #16AE8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AE8B is #E95174. Grayscale: #7C7C7C. Windows color (decimal): -15290741 or 9154070. OLE color: 9154070.

HSL color Cylindrical-coordinate representation of color #16AE8B: hue angle of 166.18º 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 #16AE8B is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB22174139-
CMYK0.8700.200.32
HSL166.18º77.55%38.43%-
HSV(B)166.18º87.36%68.24%-
XYZ20.1332.3129.6-
YUV124.56136.1454.85-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.57%
GREEN value IS 174 (68.36% from 255) = 51.94%
BLUE value IS 139 (54.69% from 255) = 41.49%
R=6.57%
G=51.94%
B=41.49%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal221741390.8700.200.32166.1877.5538.43
Hex16AE8B5701420a64e26
Octal262562131270244024611646
Binary1011010101110100010111010111010100100000101001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16AE8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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