#16B195

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

Shades of Mountain Meadow #16B195

Tints of Mountain Meadow #16B195

Color information

#16B195 (or 0x16B195) is unknown color: approx Mountain Meadow. HEX triplet: 16, B1 and 95. RGB value is (22,177,149). Sum of RGB (Red+Green+Blue) = 22+177+149=348 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.32% from 348); Green value is 177 (69.53% from 255 or 50.86% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 177 - color contains mainly: green. Hex color #16B195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B195 is #E94E6A. Grayscale: #7F7F7F. Windows color (decimal): -15289963 or 9810198. OLE color: 9810198.

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

Color convert

RGB22177149-
CMYK0.8800.160.31
HSL169.16º77.89%39.02%-
HSV(B)169.16º87.57%69.41%-
XYZ21.4833.7833.82-
YUV127.46140.1552.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.32%
GREEN value IS 177 (69.53% from 255) = 50.86%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=6.32%
G=50.86%
B=42.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771490.8800.160.31169.1677.8939.02
Hex16B195580101Fa94e27
Octal262612251300203725111647
Binary101101011000110010101101100001000011111101010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,177,149); }

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

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

 a { background-color: rgb(22,177,149); }

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

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

 span { border-color: rgb(22,177,149); }

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