Html Css Color HEX #14B677 Mountain Meadow

📋 copy color: '#14B677'

red 20 ◦ green 182 ◦ blue 119

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

Shades of Mountain Meadow #14B677

Tints of Mountain Meadow #14B677

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.7%

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 6.23%
G = 56.7%
B = 37.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#14B677 (or 0x14B677) is known color: Mountain Meadow. HEX triplet: 14, B6 and 77. RGB value is (20,182,119). Sum of RGB (Red+Green+Blue) = 20+182+119=321 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.23% from 321); Green value is 182 (71.48% from 255 or 56.70% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 182 - color contains mainly: green. Hex color #14B677 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B677 is #EB4988. Grayscale: #7E7E7E. Windows color (decimal): -15419785 or 7845396. OLE color: 7845396.

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

Color convert

RGB 20 182 119 -
CMYK 0.89 0 0.35 0.29
HSL 156.67º 0.8% 0.4% -
HSV(B) 156.67º 0.89% 0.71% -
XYZ 20.35 34.94 23.12 -
YUV 126.38 123.83 52.12 -
System Red Green Blue C M Y K H S L
Decimal 20 182 119 0.89 0 0.35 0.29 156.67 0.8 0.4
Hex 14 B6 77 59 0 23 1D 9D 50 28
Octal 24 266 167 131 0 43 35 235 120 50
Binary 10100 10110110 1110111 1011001 0 100011 11101 10011101 1010000 101000

Color Harmonies of #14B677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B677

Black with #14B677

Text Example


Text Example

White with #14B677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,119); }

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

background-color css

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

 a { background-color: rgb(20,182,119); }

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

border-color css

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

 span { border-color: rgb(20,182,119); }

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