Html Css Color HEX #16B075 Mountain Meadow

📋 copy color: '#16B075'

red 22 ◦ green 176 ◦ blue 117

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

Shades of Mountain Meadow #16B075

Tints of Mountain Meadow #16B075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.14%

R = 6.98%
G = 55.87%
B = 37.14%

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

#16B075 (or 0x16B075) is known color: Mountain Meadow. HEX triplet: 16, B0 and 75. RGB value is (22,176,117). Sum of RGB (Red+Green+Blue) = 22+176+117=315 (41% of max value = 765). Red value is 22 (8.98% from 255 or 6.98% from 315); Green value is 176 (69.14% from 255 or 55.87% from 315); Blue value is 117 (46.09% from 255 or 37.14% from 315); Max value from RGB is 176 - color contains mainly: green. Hex color #16B075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #16B075 is #E94F8A. Grayscale: #7B7B7B. Windows color (decimal): -15290251 or 7712790. OLE color: 7712790.

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

Color convert

RGB 22 176 117 -
CMYK 0.88 0 0.34 0.31
HSL 157.01º 0.78% 0.39% -
HSV(B) 157.01º 0.88% 0.69% -
XYZ 19.07 32.51 22.1 -
YUV 123.23 124.48 55.8 -
System Red Green Blue C M Y K H S L
Decimal 22 176 117 0.88 0 0.34 0.31 157.01 0.78 0.39
Hex 16 B0 75 58 0 22 1F 9D 4E 27
Octal 26 260 165 130 0 42 37 235 116 47
Binary 10110 10110000 1110101 1011000 0 100010 11111 10011101 1001110 100111

Color Harmonies of #16B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B075

Black with #16B075

Text Example


Text Example

White with #16B075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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