#16B07E

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

Shades of Mountain Meadow #16B07E

Tints of Mountain Meadow #16B07E

Color information

#16B07E (or 0x16B07E) is unknown color: approx Mountain Meadow. HEX triplet: 16, B0 and 7E. RGB value is (22,176,126). Sum of RGB (Red+Green+Blue) = 22+176+126=324 (42% of max value = 765). Red value is 22 (8.98% from 255 or 6.79% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #16B07E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B07E is #E94F81. Grayscale: #7C7C7C. Windows color (decimal): -15290242 or 8302614. OLE color: 8302614.

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

Color convert

RGB22176126-
CMYK0.8800.280.31
HSL160.52º77.78%38.82%-
HSV(B)160.52º87.5%69.02%-
XYZ19.6232.7325.02-
YUV124.25128.9855.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.79%
GREEN value IS 176 (69.14% from 255) = 54.32%
BLUE value IS 126 (49.61% from 255) = 38.89%
R=6.79%
G=54.32%
B=38.89%

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
Decimal221761260.8800.280.31160.5277.7838.82
Hex16B07E5801C1Fa14e27
Octal262601761300343724111647
Binary10110101100001111110101100001110011111101000011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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