Html Css Color HEX #16B997 Mountain Meadow

📋 copy color: '#16B997'

red 22 ◦ green 185 ◦ blue 151

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

Shades of Mountain Meadow #16B997

Tints of Mountain Meadow #16B997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

 BLUE value IS 151 (59.38% from 255) = 42.18%

R = 6.15%
G = 51.68%
B = 42.18%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#16B997 (or 0x16B997) is known color: Mountain Meadow. HEX triplet: 16, B9 and 97. RGB value is (22,185,151). Sum of RGB (Red+Green+Blue) = 22+185+151=358 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.15% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #16B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B997 is #E94668. Grayscale: #848484. Windows color (decimal): -15287913 or 9943318. OLE color: 9943318.

HSL color Cylindrical-coordinate representation of color #16B997: hue angle of 167.48º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B997 is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 22 185 151 -
CMYK 0.88 0 0.18 0.27
HSL 167.48º 0.79% 0.41% -
HSV(B) 167.48º 0.88% 0.73% -
XYZ 23.27 37.1 35.21 -
YUV 132.39 138.5 49.26 -
System Red Green Blue C M Y K H S L
Decimal 22 185 151 0.88 0 0.18 0.27 167.48 0.79 0.41
Hex 16 B9 97 58 0 12 1B A7 4F 29
Octal 26 271 227 130 0 22 33 247 117 51
Binary 10110 10111001 10010111 1011000 0 10010 11011 10100111 1001111 101001

Color Harmonies of #16B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B997

Black with #16B997

Text Example


Text Example

White with #16B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,185,151); }

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

background-color css

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

 a { background-color: rgb(22,185,151); }

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

border-color css

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

 span { border-color: rgb(22,185,151); }

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