#16B07A

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

Shades of Mountain Meadow #16B07A

Tints of Mountain Meadow #16B07A

Color information

#16B07A (or 0x16B07A) is unknown color: approx Mountain Meadow. HEX triplet: 16, B0 and 7A. RGB value is (22,176,122). Sum of RGB (Red+Green+Blue) = 22+176+122=320 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.88% from 320); Green value is 176 (69.14% from 255 or 55% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 176 - color contains mainly: green. Hex color #16B07A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B07A is #E94F85. Grayscale: #7B7B7B. Windows color (decimal): -15290246 or 8040470. OLE color: 8040470.

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

Color convert

RGB22176122-
CMYK0.8800.310.31
HSL158.96º77.78%38.82%-
HSV(B)158.96º87.5%69.02%-
XYZ19.3732.6323.69-
YUV123.8126.9855.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.88%
GREEN value IS 176 (69.14% from 255) = 55%
BLUE value IS 122 (48.05% from 255) = 38.12%
R=6.88%
G=55%
B=38.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal221761220.8800.310.31158.9677.7838.82
Hex16B07A5801F1F9f4e27
Octal262601721300373723711647
Binary10110101100001111010101100001111111111100111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,176,122); }

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

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

 a { background-color: rgb(22,176,122); }

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

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

 span { border-color: rgb(22,176,122); }

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