Html Css Color HEX #16B985 Mountain Meadow

📋 copy color: '#16B985'

red 22 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #16B985

Tints of Mountain Meadow #16B985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.12%

R = 6.47%
G = 54.41%
B = 39.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#16B985 (or 0x16B985) is known color: Mountain Meadow. HEX triplet: 16, B9 and 85. RGB value is (22,185,133). Sum of RGB (Red+Green+Blue) = 22+185+133=340 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.47% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #16B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #16B985 is #E9467A. Grayscale: #828282. Windows color (decimal): -15287931 or 8763670. OLE color: 8763670.

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

Color convert

RGB 22 185 133 -
CMYK 0.88 0 0.28 0.27
HSL 160.86º 0.79% 0.41% -
HSV(B) 160.86º 0.88% 0.73% -
XYZ 21.91 36.56 28.09 -
YUV 130.34 129.5 50.73 -
System Red Green Blue C M Y K H S L
Decimal 22 185 133 0.88 0 0.28 0.27 160.86 0.79 0.41
Hex 16 B9 85 58 0 1C 1B A1 4F 29
Octal 26 271 205 130 0 34 33 241 117 51
Binary 10110 10111001 10000101 1011000 0 11100 11011 10100001 1001111 101001

Color Harmonies of #16B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16B985

Black with #16B985

Text Example


Text Example

White with #16B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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