Html Css Color HEX #14AD8D Mountain Meadow

📋 copy color: '#14AD8D'

red 20 ◦ green 173 ◦ blue 141

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

Shades of Mountain Meadow #14AD8D

Tints of Mountain Meadow #14AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.8%

 BLUE value IS 141 (55.47% from 255) = 42.22%

R = 5.99%
G = 51.8%
B = 42.22%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#14AD8D (or 0x14AD8D) is known color: Mountain Meadow. HEX triplet: 14, AD and 8D. RGB value is (20,173,141). Sum of RGB (Red+Green+Blue) = 20+173+141=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 173 (67.97% from 255 or 51.80% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD8D is #EB5272. Grayscale: #7B7B7B. Windows color (decimal): -15422067 or 9284884. OLE color: 9284884.

HSL color Cylindrical-coordinate representation of color #14AD8D: hue angle of 167.45º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD8D is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 141 -
CMYK 0.88 0 0.18 0.32
HSL 167.45º 0.79% 0.38% -
HSV(B) 167.45º 0.88% 0.68% -
XYZ 20.04 31.96 30.31 -
YUV 123.61 137.81 54.1 -
System Red Green Blue C M Y K H S L
Decimal 20 173 141 0.88 0 0.18 0.32 167.45 0.79 0.38
Hex 14 AD 8D 58 0 12 20 A7 4F 26
Octal 24 255 215 130 0 22 40 247 117 46
Binary 10100 10101101 10001101 1011000 0 10010 100000 10100111 1001111 100110

Color Harmonies of #14AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD8D

Black with #14AD8D

Text Example


Text Example

White with #14AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,173,141); }

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

background-color css

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

 a { background-color: rgb(20,173,141); }

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

border-color css

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

 span { border-color: rgb(20,173,141); }

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