Html Css Color HEX #16AD96 Mountain Meadow

📋 copy color: '#16AD96'

red 22 ◦ green 173 ◦ blue 150

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

Shades of Mountain Meadow #16AD96

Tints of Mountain Meadow #16AD96

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.14%

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

R = 6.38%
G = 50.14%
B = 43.48%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#16AD96 (or 0x16AD96) is known color: Mountain Meadow. HEX triplet: 16, AD and 96. RGB value is (22,173,150). Sum of RGB (Red+Green+Blue) = 22+173+150=345 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.38% from 345); Green value is 173 (67.97% from 255 or 50.14% from 345); Blue value is 150 (58.98% from 255 or 43.48% from 345); Max value from RGB is 173 - color contains mainly: green. Hex color #16AD96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16AD96 is #E95269. Grayscale: #7D7D7D. Windows color (decimal): -15290986 or 9874710. OLE color: 9874710.

HSL color Cylindrical-coordinate representation of color #16AD96: hue angle of 170.86º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16AD96 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 22 173 150 -
CMYK 0.87 0 0.13 0.32
HSL 170.86º 0.77% 0.38% -
HSV(B) 170.86º 0.87% 0.68% -
XYZ 20.78 32.26 33.99 -
YUV 125.23 141.97 54.37 -
System Red Green Blue C M Y K H S L
Decimal 22 173 150 0.87 0 0.13 0.32 170.86 0.77 0.38
Hex 16 AD 96 57 0 D 20 AB 4D 26
Octal 26 255 226 127 0 15 40 253 115 46
Binary 10110 10101101 10010110 1010111 0 1101 100000 10101011 1001101 100110

Color Harmonies of #16AD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16AD96

Black with #16AD96

Text Example


Text Example

White with #16AD96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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