#16C48B

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

Shades of Mountain Meadow #16C48B

Tints of Mountain Meadow #16C48B

Color information

#16C48B (or 0x16C48B) is unknown color: approx Mountain Meadow. HEX triplet: 16, C4 and 8B. RGB value is (22,196,139). Sum of RGB (Red+Green+Blue) = 22+196+139=357 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.16% from 357); Green value is 196 (76.95% from 255 or 54.90% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 196 - color contains mainly: green. Hex color #16C48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C48B is #E93B74. Grayscale: #898989. Windows color (decimal): -15285109 or 9159702. OLE color: 9159702.

HSL color Cylindrical-coordinate representation of color #16C48B: hue angle of 160.34º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C48B is Cyan = 0.89, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB22196139-
CMYK0.8900.290.23
HSL160.34º79.82%42.75%-
HSV(B)160.34º88.78%76.86%-
XYZ24.7341.5131.14-
YUV137.48128.8545.63-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 6.16%
GREEN value IS 196 (76.95% from 255) = 54.90%
BLUE value IS 139 (54.69% from 255) = 38.94%
R=6.16%
G=54.90%
B=38.94%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal221961390.8900.290.23160.3479.8242.75
Hex16C48B5901D17a0502b
Octal263042131310352724012053
Binary101101100010010001011101100101110110111101000001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,196,139); }

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

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

 a { background-color: rgb(22,196,139); }

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

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

 span { border-color: rgb(22,196,139); }

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