Html Css Color HEX #14B486 Mountain Meadow

📋 copy color: '#14B486'

red 20 ◦ green 180 ◦ blue 134

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

Shades of Mountain Meadow #14B486

Tints of Mountain Meadow #14B486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.89%

 BLUE value IS 134 (52.73% from 255) = 40.12%

R = 5.99%
G = 53.89%
B = 40.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#14B486 (or 0x14B486) is known color: Mountain Meadow. HEX triplet: 14, B4 and 86. RGB value is (20,180,134). Sum of RGB (Red+Green+Blue) = 20+180+134=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 180 (70.70% from 255 or 53.89% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 180 - color contains mainly: green. Hex color #14B486 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B486 is #EB4B79. Grayscale: #7E7E7E. Windows color (decimal): -15420282 or 8827924. OLE color: 8827924.

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

Color convert

RGB 20 180 134 -
CMYK 0.89 0 0.26 0.29
HSL 162.75º 0.8% 0.39% -
HSV(B) 162.75º 0.89% 0.71% -
XYZ 20.91 34.51 28.11 -
YUV 126.92 131.99 51.74 -
System Red Green Blue C M Y K H S L
Decimal 20 180 134 0.89 0 0.26 0.29 162.75 0.8 0.39
Hex 14 B4 86 59 0 1A 1D A3 50 27
Octal 24 264 206 131 0 32 35 243 120 47
Binary 10100 10110100 10000110 1011001 0 11010 11101 10100011 1010000 100111

Color Harmonies of #14B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B486

Black with #14B486

Text Example


Text Example

White with #14B486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,180,134); }

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

background-color css

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

 a { background-color: rgb(20,180,134); }

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

border-color css

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

 span { border-color: rgb(20,180,134); }

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