#16B28E

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

Shades of Mountain Meadow #16B28E

Tints of Mountain Meadow #16B28E

Color information

#16B28E (or 0x16B28E) is unknown color: approx Mountain Meadow. HEX triplet: 16, B2 and 8E. RGB value is (22,178,142). Sum of RGB (Red+Green+Blue) = 22+178+142=342 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.43% from 342); Green value is 178 (69.92% from 255 or 52.05% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 178 - color contains mainly: green. Hex color #16B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B28E is #E94D71. Grayscale: #7F7F7F. Windows color (decimal): -15289714 or 9351702. OLE color: 9351702.

HSL color Cylindrical-coordinate representation of color #16B28E: hue angle of 166.15º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B28E is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB22178142-
CMYK0.8800.200.30
HSL166.15º78%39.22%-
HSV(B)166.15º87.64%69.8%-
XYZ21.1333.9631.03-
YUV127.25136.3252.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.43%
GREEN value IS 178 (69.92% from 255) = 52.05%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=6.43%
G=52.05%
B=41.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal221781420.8800.200.30166.157839.22
Hex16B28E580141Ea64e27
Octal262622161300243624611647
Binary101101011001010001110101100001010011110101001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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