Html Css Color HEX #14B987 Mountain Meadow

📋 copy color: '#14B987'

red 20 ◦ green 185 ◦ blue 135

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

Shades of Mountain Meadow #14B987

Tints of Mountain Meadow #14B987

RGB

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

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

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

R = 5.88%
G = 54.41%
B = 39.71%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#14B987 (or 0x14B987) is known color: Mountain Meadow. HEX triplet: 14, B9 and 87. RGB value is (20,185,135). Sum of RGB (Red+Green+Blue) = 20+185+135=340 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.88% from 340); Green value is 185 (72.66% from 255 or 54.41% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 185 - color contains mainly: green. Hex color #14B987 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B987 is #EB4678. Grayscale: #828282. Windows color (decimal): -15419001 or 8894740. OLE color: 8894740.

HSL color Cylindrical-coordinate representation of color #14B987: hue angle of 161.82º 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 #14B987 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 185 135 -
CMYK 0.89 0 0.27 0.27
HSL 161.82º 0.8% 0.4% -
HSV(B) 161.82º 0.89% 0.73% -
XYZ 22.01 36.6 28.83 -
YUV 129.97 130.84 49.57 -
System Red Green Blue C M Y K H S L
Decimal 20 185 135 0.89 0 0.27 0.27 161.82 0.8 0.4
Hex 14 B9 87 59 0 1B 1B A2 50 28
Octal 24 271 207 131 0 33 33 242 120 50
Binary 10100 10111001 10000111 1011001 0 11011 11011 10100010 1010000 101000

Color Harmonies of #14B987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B987

Black with #14B987

Text Example


Text Example

White with #14B987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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