Html Css Color HEX #14B387 Mountain Meadow

📋 copy color: '#14B387'

red 20 ◦ green 179 ◦ blue 135

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

Shades of Mountain Meadow #14B387

Tints of Mountain Meadow #14B387

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.59%

 BLUE value IS 135 (53.13% from 255) = 40.42%

R = 5.99%
G = 53.59%
B = 40.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#14B387 (or 0x14B387) is known color: Mountain Meadow. HEX triplet: 14, B3 and 87. RGB value is (20,179,135). Sum of RGB (Red+Green+Blue) = 20+179+135=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 179 (70.31% from 255 or 53.59% from 334); Blue value is 135 (53.12% from 255 or 40.42% from 334); Max value from RGB is 179 - color contains mainly: green. Hex color #14B387 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B387 is #EB4C78. Grayscale: #7E7E7E. Windows color (decimal): -15420537 or 8893204. OLE color: 8893204.

HSL color Cylindrical-coordinate representation of color #14B387: hue angle of 163.4º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B387 is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 179 135 -
CMYK 0.89 0 0.25 0.30
HSL 163.4º 0.8% 0.39% -
HSV(B) 163.4º 0.89% 0.7% -
XYZ 20.78 34.14 28.42 -
YUV 126.44 132.82 52.08 -
System Red Green Blue C M Y K H S L
Decimal 20 179 135 0.89 0 0.25 0.30 163.4 0.8 0.39
Hex 14 B3 87 59 0 19 1E A3 50 27
Octal 24 263 207 131 0 31 36 243 120 47
Binary 10100 10110011 10000111 1011001 0 11001 11110 10100011 1010000 100111

Color Harmonies of #14B387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B387

Black with #14B387

Text Example


Text Example

White with #14B387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,179,135); }

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

background-color css

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

 a { background-color: rgb(20,179,135); }

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

border-color css

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

 span { border-color: rgb(20,179,135); }

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