#16B17F

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

Shades of Mountain Meadow #16B17F

Tints of Mountain Meadow #16B17F

Color information

#16B17F (or 0x16B17F) is unknown color: approx Mountain Meadow. HEX triplet: 16, B1 and 7F. RGB value is (22,177,127). Sum of RGB (Red+Green+Blue) = 22+177+127=326 (43% of max value = 765). Red value is 22 (8.98% from 255 or 6.75% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #16B17F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B17F is #E94E80. Grayscale: #7C7C7C. Windows color (decimal): -15289985 or 8368406. OLE color: 8368406.

HSL color Cylindrical-coordinate representation of color #16B17F: hue angle of 160.65º 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 #16B17F is Cyan = 0.88, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB22177127-
CMYK0.8800.280.31
HSL160.65º77.89%39.02%-
HSV(B)160.65º87.57%69.41%-
XYZ19.8833.1525.43-
YUV124.96129.1554.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.75%
GREEN value IS 177 (69.53% from 255) = 54.29%
BLUE value IS 127 (50% from 255) = 38.96%
R=6.75%
G=54.29%
B=38.96%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221771270.8800.280.31160.6577.8939.02
Hex16B17F5801C1Fa14e27
Octal262611771300343724111647
Binary10110101100011111111101100001110011111101000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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