Html Css Color HEX #16B074 Mountain Meadow

📋 copy color: '#16B074'

red 22 ◦ green 176 ◦ blue 116

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

Shades of Mountain Meadow #16B074

Tints of Mountain Meadow #16B074

RGB

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

 GREEN value IS 176 (69.14% from 255) = 56.05%

 BLUE value IS 116 (45.7% from 255) = 36.94%

R = 7.01%
G = 56.05%
B = 36.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#16B074 (or 0x16B074) is known color: Mountain Meadow. HEX triplet: 16, B0 and 74. RGB value is (22,176,116). Sum of RGB (Red+Green+Blue) = 22+176+116=314 (41% of max value = 765). Red value is 22 (8.98% from 255 or 7.01% from 314); Green value is 176 (69.14% from 255 or 56.05% from 314); Blue value is 116 (45.70% from 255 or 36.94% from 314); Max value from RGB is 176 - color contains mainly: green. Hex color #16B074 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B074 is #E94F8B. Grayscale: #7B7B7B. Windows color (decimal): -15290252 or 7647254. OLE color: 7647254.

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

Color convert

RGB 22 176 116 -
CMYK 0.88 0 0.34 0.31
HSL 156.62º 0.78% 0.39% -
HSV(B) 156.62º 0.88% 0.69% -
XYZ 19.01 32.48 21.79 -
YUV 123.11 123.98 55.88 -
System Red Green Blue C M Y K H S L
Decimal 22 176 116 0.88 0 0.34 0.31 156.62 0.78 0.39
Hex 16 B0 74 58 0 22 1F 9D 4E 27
Octal 26 260 164 130 0 42 37 235 116 47
Binary 10110 10110000 1110100 1011000 0 100010 11111 10011101 1001110 100111

Color Harmonies of #16B074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B074

Black with #16B074

Text Example


Text Example

White with #16B074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,176,116); }

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

background-color css

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

 a { background-color: rgb(22,176,116); }

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

border-color css

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

 span { border-color: rgb(22,176,116); }

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