Html Css Color HEX #16C196 Mountain Meadow

📋 copy color: '#16C196'

red 22 ◦ green 193 ◦ blue 150

#16C196
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #16C196

Tints of Mountain Meadow #16C196

RGB

 RED value IS 22 (8.98% from 255) = 6.03%

 GREEN value IS 193 (75.78% from 255) = 52.88%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 6.03%
G = 52.88%
B = 41.1%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#16C196 (or 0x16C196) is known color: Mountain Meadow. HEX triplet: 16, C1 and 96. RGB value is (22,193,150). Sum of RGB (Red+Green+Blue) = 22+193+150=365 (48% of max value = 765). Red value is 22 (8.98% from 255 or 6.03% from 365); Green value is 193 (75.78% from 255 or 52.88% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 193 - color contains mainly: green. Hex color #16C196 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16C196 is #E93E69. Grayscale: #888888. Windows color (decimal): -15285866 or 9879830. OLE color: 9879830.

HSL color Cylindrical-coordinate representation of color #16C196: hue angle of 164.91º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C196 is Cyan = 0.89, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 22 193 150 -
CMYK 0.89 0 0.22 0.24
HSL 164.91º 0.8% 0.42% -
HSV(B) 164.91º 0.89% 0.76% -
XYZ 24.91 40.51 35.36 -
YUV 136.97 135.35 46 -
System Red Green Blue C M Y K H S L
Decimal 22 193 150 0.89 0 0.22 0.24 164.91 0.8 0.42
Hex 16 C1 96 59 0 16 18 A5 50 2A
Octal 26 301 226 131 0 26 30 245 120 52
Binary 10110 11000001 10010110 1011001 0 10110 11000 10100101 1010000 101010

Color Harmonies of #16C196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16C196

Black with #16C196

Text Example


Text Example

White with #16C196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,193,150); }

 H1.HeaderClassName
 {
   color: #16C196;
 }
 .AnyTagClassName
 {
   color: #16C196;
 }
</style>

background-color css

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

 a { background-color: rgb(22,193,150); }

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

border-color css

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

 span { border-color: rgb(22,193,150); }

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