Html Css Color HEX #14AA8F Mountain Meadow

📋 copy color: '#14AA8F'

red 20 ◦ green 170 ◦ blue 143

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

Shades of Mountain Meadow #14AA8F

Tints of Mountain Meadow #14AA8F

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.05%

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 6.01%
G = 51.05%
B = 42.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#14AA8F (or 0x14AA8F) is known color: Mountain Meadow. HEX triplet: 14, AA and 8F. RGB value is (20,170,143). Sum of RGB (Red+Green+Blue) = 20+170+143=333 (44% of max value = 765). Red value is 20 (8.20% from 255 or 6.01% from 333); Green value is 170 (66.80% from 255 or 51.05% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AA8F is #EB5570. Grayscale: #7A7A7A. Windows color (decimal): -15422833 or 9415188. OLE color: 9415188.

HSL color Cylindrical-coordinate representation of color #14AA8F: hue angle of 169.2º 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 #14AA8F is Cyan = 0.88, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 170 143 -
CMYK 0.88 0 0.16 0.33
HSL 169.2º 0.79% 0.37% -
HSV(B) 169.2º 0.88% 0.67% -
XYZ 19.62 30.88 30.91 -
YUV 122.07 139.81 55.2 -
System Red Green Blue C M Y K H S L
Decimal 20 170 143 0.88 0 0.16 0.33 169.2 0.79 0.37
Hex 14 AA 8F 58 0 10 21 A9 4F 25
Octal 24 252 217 130 0 20 41 251 117 45
Binary 10100 10101010 10001111 1011000 0 10000 100001 10101001 1001111 100101

Color Harmonies of #14AA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA8F

Black with #14AA8F

Text Example


Text Example

White with #14AA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,170,143); }

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

background-color css

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

 a { background-color: rgb(20,170,143); }

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

border-color css

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

 span { border-color: rgb(20,170,143); }

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