Html Css Color HEX #14A988 Mountain Meadow

📋 copy color: '#14A988'

red 20 ◦ green 169 ◦ blue 136

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

Shades of Mountain Meadow #14A988

Tints of Mountain Meadow #14A988

RGB

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

 GREEN value IS 169 (66.41% from 255) = 52%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 6.15%
G = 52%
B = 41.85%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#14A988 (or 0x14A988) is known color: Mountain Meadow. HEX triplet: 14, A9 and 88. RGB value is (20,169,136). Sum of RGB (Red+Green+Blue) = 20+169+136=325 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.15% from 325); Green value is 169 (66.41% from 255 or 52% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 169 - color contains mainly: green. Hex color #14A988 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A988 is #EB5677. Grayscale: #787878. Windows color (decimal): -15423096 or 8956180. OLE color: 8956180.

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

Color convert

RGB 20 169 136 -
CMYK 0.88 0 0.20 0.34
HSL 166.71º 0.79% 0.37% -
HSV(B) 166.71º 0.88% 0.66% -
XYZ 18.92 30.3 28.14 -
YUV 120.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 20 169 136 0.88 0 0.20 0.34 166.71 0.79 0.37
Hex 14 A9 88 58 0 14 22 A7 4F 25
Octal 24 251 210 130 0 24 42 247 117 45
Binary 10100 10101001 10001000 1011000 0 10100 100010 10100111 1001111 100101

Color Harmonies of #14A988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A988

Black with #14A988

Text Example


Text Example

White with #14A988

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,169,136); }

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

background-color css

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

 a { background-color: rgb(20,169,136); }

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

border-color css

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

 span { border-color: rgb(20,169,136); }

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