Html Css Color HEX #14B997 Mountain Meadow

📋 copy color: '#14B997'

red 20 ◦ green 185 ◦ blue 151

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

Shades of Mountain Meadow #14B997

Tints of Mountain Meadow #14B997

RGB

 RED value IS 20 (8.2% from 255) = 5.62%

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

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

R = 5.62%
G = 51.97%
B = 42.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#14B997 (or 0x14B997) is known color: Mountain Meadow. HEX triplet: 14, B9 and 97. RGB value is (20,185,151). Sum of RGB (Red+Green+Blue) = 20+185+151=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 185 (72.66% from 255 or 51.97% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 185 - color contains mainly: green. Hex color #14B997 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B997 is #EB4668. Grayscale: #838383. Windows color (decimal): -15418985 or 9943316. OLE color: 9943316.

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

Color convert

RGB 20 185 151 -
CMYK 0.89 0 0.18 0.27
HSL 167.64º 0.8% 0.4% -
HSV(B) 167.64º 0.89% 0.73% -
XYZ 23.22 37.08 35.21 -
YUV 131.79 138.84 48.26 -
System Red Green Blue C M Y K H S L
Decimal 20 185 151 0.89 0 0.18 0.27 167.64 0.8 0.4
Hex 14 B9 97 59 0 12 1B A8 50 28
Octal 24 271 227 131 0 22 33 250 120 50
Binary 10100 10111001 10010111 1011001 0 10010 11011 10101000 1010000 101000

Color Harmonies of #14B997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B997

Black with #14B997

Text Example


Text Example

White with #14B997

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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