Html Css Color HEX #14AA7B Mountain Meadow

📋 copy color: '#14AA7B'

red 20 ◦ green 170 ◦ blue 123

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

Shades of Mountain Meadow #14AA7B

Tints of Mountain Meadow #14AA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.3%

R = 6.39%
G = 54.31%
B = 39.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#14AA7B (or 0x14AA7B) is known color: Mountain Meadow. HEX triplet: 14, AA and 7B. RGB value is (20,170,123). Sum of RGB (Red+Green+Blue) = 20+170+123=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 170 (66.80% from 255 or 54.31% from 313); Blue value is 123 (48.44% from 255 or 39.30% from 313); Max value from RGB is 170 - color contains mainly: green. Hex color #14AA7B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14AA7B is #EB5584. Grayscale: #777777. Windows color (decimal): -15422853 or 8104468. OLE color: 8104468.

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

Color convert

RGB 20 170 123 -
CMYK 0.88 0 0.28 0.33
HSL 161.2º 0.79% 0.37% -
HSV(B) 161.2º 0.88% 0.67% -
XYZ 18.24 30.33 23.63 -
YUV 119.79 129.81 56.82 -
System Red Green Blue C M Y K H S L
Decimal 20 170 123 0.88 0 0.28 0.33 161.2 0.79 0.37
Hex 14 AA 7B 58 0 1C 21 A1 4F 25
Octal 24 252 173 130 0 34 41 241 117 45
Binary 10100 10101010 1111011 1011000 0 11100 100001 10100001 1001111 100101

Color Harmonies of #14AA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AA7B

Black with #14AA7B

Text Example


Text Example

White with #14AA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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