Html Css Color HEX #16B197 Mountain Meadow

📋 copy color: '#16B197'

red 22 ◦ green 177 ◦ blue 151

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

Shades of Mountain Meadow #16B197

Tints of Mountain Meadow #16B197

RGB

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

 GREEN value IS 177 (69.53% from 255) = 50.57%

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

R = 6.29%
G = 50.57%
B = 43.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#16B197 (or 0x16B197) is known color: Mountain Meadow. HEX triplet: 16, B1 and 97. RGB value is (22,177,151). Sum of RGB (Red+Green+Blue) = 22+177+151=350 (46% of max value = 765). Red value is 22 (8.98% from 255 or 6.29% from 350); Green value is 177 (69.53% from 255 or 50.57% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 177 - color contains mainly: green. Hex color #16B197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #16B197 is #E94E68. Grayscale: #7F7F7F. Windows color (decimal): -15289961 or 9941270. OLE color: 9941270.

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

Color convert

RGB 22 177 151 -
CMYK 0.88 0 0.15 0.31
HSL 169.94º 0.78% 0.39% -
HSV(B) 169.94º 0.88% 0.69% -
XYZ 21.64 33.85 34.67 -
YUV 127.69 141.15 52.61 -
System Red Green Blue C M Y K H S L
Decimal 22 177 151 0.88 0 0.15 0.31 169.94 0.78 0.39
Hex 16 B1 97 58 0 F 1F AA 4E 27
Octal 26 261 227 130 0 17 37 252 116 47
Binary 10110 10110001 10010111 1011000 0 1111 11111 10101010 1001110 100111

Color Harmonies of #16B197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B197

Black with #16B197

Text Example


Text Example

White with #16B197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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