Html Css Color HEX #14B797 Mountain Meadow

📋 copy color: '#14B797'

red 20 ◦ green 183 ◦ blue 151

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

Shades of Mountain Meadow #14B797

Tints of Mountain Meadow #14B797

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.69%

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

R = 5.65%
G = 51.69%
B = 42.66%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.28

RGB Variations

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

Color information

#14B797 (or 0x14B797) is known color: Mountain Meadow. HEX triplet: 14, B7 and 97. RGB value is (20,183,151). Sum of RGB (Red+Green+Blue) = 20+183+151=354 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.65% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #14B797 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B797 is #EB4868. Grayscale: #828282. Windows color (decimal): -15419497 or 9942804. OLE color: 9942804.

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

Color convert

RGB 20 183 151 -
CMYK 0.89 0 0.17 0.28
HSL 168.22º 0.8% 0.4% -
HSV(B) 168.22º 0.89% 0.72% -
XYZ 22.81 36.25 35.07 -
YUV 130.62 139.5 49.1 -
System Red Green Blue C M Y K H S L
Decimal 20 183 151 0.89 0 0.17 0.28 168.22 0.8 0.4
Hex 14 B7 97 59 0 11 1C A8 50 28
Octal 24 267 227 131 0 21 34 250 120 50
Binary 10100 10110111 10010111 1011001 0 10001 11100 10101000 1010000 101000

Color Harmonies of #14B797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B797

Black with #14B797

Text Example


Text Example

White with #14B797

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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