Html Css Color HEX #14B696 Mountain Meadow

📋 copy color: '#14B696'

red 20 ◦ green 182 ◦ blue 150

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

Shades of Mountain Meadow #14B696

Tints of Mountain Meadow #14B696

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.7%

 BLUE value IS 150 (58.98% from 255) = 42.61%

R = 5.68%
G = 51.7%
B = 42.61%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#14B696 (or 0x14B696) is known color: Mountain Meadow. HEX triplet: 14, B6 and 96. RGB value is (20,182,150). Sum of RGB (Red+Green+Blue) = 20+182+150=352 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.68% from 352); Green value is 182 (71.48% from 255 or 51.70% from 352); Blue value is 150 (58.98% from 255 or 42.61% from 352); Max value from RGB is 182 - color contains mainly: green. Hex color #14B696 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B696 is #EB4969. Grayscale: #818181. Windows color (decimal): -15419754 or 9877012. OLE color: 9877012.

HSL color Cylindrical-coordinate representation of color #14B696: hue angle of 168.15º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B696 is Cyan = 0.89, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 150 -
CMYK 0.89 0 0.18 0.29
HSL 168.15º 0.8% 0.4% -
HSV(B) 168.15º 0.89% 0.71% -
XYZ 22.52 35.81 34.58 -
YUV 129.91 139.33 49.6 -
System Red Green Blue C M Y K H S L
Decimal 20 182 150 0.89 0 0.18 0.29 168.15 0.8 0.4
Hex 14 B6 96 59 0 12 1D A8 50 28
Octal 24 266 226 131 0 22 35 250 120 50
Binary 10100 10110110 10010110 1011001 0 10010 11101 10101000 1010000 101000

Color Harmonies of #14B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B696

Black with #14B696

Text Example


Text Example

White with #14B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,182,150); }

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

background-color css

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

 a { background-color: rgb(20,182,150); }

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

border-color css

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

 span { border-color: rgb(20,182,150); }

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