Html Css Color HEX #14A682 Mountain Meadow

📋 copy color: '#14A682'

red 20 ◦ green 166 ◦ blue 130

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

Shades of Mountain Meadow #14A682

Tints of Mountain Meadow #14A682

RGB

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

 GREEN value IS 166 (65.23% from 255) = 52.53%

 BLUE value IS 130 (51.17% from 255) = 41.14%

R = 6.33%
G = 52.53%
B = 41.14%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#14A682 (or 0x14A682) is known color: Mountain Meadow. HEX triplet: 14, A6 and 82. RGB value is (20,166,130). Sum of RGB (Red+Green+Blue) = 20+166+130=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #14A682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14A682 is #EB597D. Grayscale: #767676. Windows color (decimal): -15423870 or 8562196. OLE color: 8562196.

HSL color Cylindrical-coordinate representation of color #14A682: hue angle of 165.21º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14A682 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 130 -
CMYK 0.88 0 0.22 0.35
HSL 165.21º 0.78% 0.36% -
HSV(B) 165.21º 0.88% 0.65% -
XYZ 17.95 29.03 25.78 -
YUV 118.24 134.63 57.93 -
System Red Green Blue C M Y K H S L
Decimal 20 166 130 0.88 0 0.22 0.35 165.21 0.78 0.36
Hex 14 A6 82 58 0 16 23 A5 4E 24
Octal 24 246 202 130 0 26 43 245 116 44
Binary 10100 10100110 10000010 1011000 0 10110 100011 10100101 1001110 100100

Color Harmonies of #14A682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A682

Black with #14A682

Text Example


Text Example

White with #14A682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,166,130); }

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

background-color css

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

 a { background-color: rgb(20,166,130); }

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

border-color css

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

 span { border-color: rgb(20,166,130); }

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