Html Css Color HEX #14B295 Mountain Meadow

📋 copy color: '#14B295'

red 20 ◦ green 178 ◦ blue 149

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

Shades of Mountain Meadow #14B295

Tints of Mountain Meadow #14B295

RGB

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

 GREEN value IS 178 (69.92% from 255) = 51.3%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 5.76%
G = 51.3%
B = 42.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#14B295 (or 0x14B295) is known color: Mountain Meadow. HEX triplet: 14, B2 and 95. RGB value is (20,178,149). Sum of RGB (Red+Green+Blue) = 20+178+149=347 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.76% from 347); Green value is 178 (69.92% from 255 or 51.30% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 178 - color contains mainly: green. Hex color #14B295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B295 is #EB4D6A. Grayscale: #7F7F7F. Windows color (decimal): -15420779 or 9810452. OLE color: 9810452.

HSL color Cylindrical-coordinate representation of color #14B295: hue angle of 168.99º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B295 is Cyan = 0.89, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 149 -
CMYK 0.89 0 0.16 0.30
HSL 168.99º 0.8% 0.39% -
HSV(B) 168.99º 0.89% 0.7% -
XYZ 21.63 34.16 33.89 -
YUV 127.45 140.15 51.36 -
System Red Green Blue C M Y K H S L
Decimal 20 178 149 0.89 0 0.16 0.30 168.99 0.8 0.39
Hex 14 B2 95 59 0 10 1E A9 50 27
Octal 24 262 225 131 0 20 36 251 120 47
Binary 10100 10110010 10010101 1011001 0 10000 11110 10101001 1010000 100111

Color Harmonies of #14B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B295

Black with #14B295

Text Example


Text Example

White with #14B295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,149); }

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

background-color css

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

 a { background-color: rgb(20,178,149); }

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

border-color css

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

 span { border-color: rgb(20,178,149); }

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