Html Css Color HEX #14AB8D Mountain Meadow

📋 copy color: '#14AB8D'

red 20 ◦ green 171 ◦ blue 141

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

Shades of Mountain Meadow #14AB8D

Tints of Mountain Meadow #14AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.51%

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

R = 6.02%
G = 51.51%
B = 42.47%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#14AB8D (or 0x14AB8D) is known color: Mountain Meadow. HEX triplet: 14, AB and 8D. RGB value is (20,171,141). Sum of RGB (Red+Green+Blue) = 20+171+141=332 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.02% from 332); Green value is 171 (67.19% from 255 or 51.51% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 171 - color contains mainly: green. Hex color #14AB8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AB8D is #EB5472. Grayscale: #7A7A7A. Windows color (decimal): -15422579 or 9284372. OLE color: 9284372.

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

Color convert

RGB 20 171 141 -
CMYK 0.88 0 0.18 0.33
HSL 168.08º 0.79% 0.37% -
HSV(B) 168.08º 0.88% 0.67% -
XYZ 19.66 31.2 30.18 -
YUV 122.43 138.47 54.94 -
System Red Green Blue C M Y K H S L
Decimal 20 171 141 0.88 0 0.18 0.33 168.08 0.79 0.37
Hex 14 AB 8D 58 0 12 21 A8 4F 25
Octal 24 253 215 130 0 22 41 250 117 45
Binary 10100 10101011 10001101 1011000 0 10010 100001 10101000 1001111 100101

Color Harmonies of #14AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AB8D

Black with #14AB8D

Text Example


Text Example

White with #14AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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