Html Css Color HEX #14B195 Mountain Meadow

📋 copy color: '#14B195'

red 20 ◦ green 177 ◦ blue 149

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

Shades of Mountain Meadow #14B195

Tints of Mountain Meadow #14B195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 51.16%

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

R = 5.78%
G = 51.16%
B = 43.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#14B195 (or 0x14B195) is known color: Mountain Meadow. HEX triplet: 14, B1 and 95. RGB value is (20,177,149). Sum of RGB (Red+Green+Blue) = 20+177+149=346 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.78% from 346); Green value is 177 (69.53% from 255 or 51.16% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 177 - color contains mainly: green. Hex color #14B195 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B195 is #EB4E6A. Grayscale: #7E7E7E. Windows color (decimal): -15421035 or 9810196. OLE color: 9810196.

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

Color convert

RGB 20 177 149 -
CMYK 0.89 0 0.16 0.31
HSL 169.3º 0.8% 0.39% -
HSV(B) 169.3º 0.89% 0.69% -
XYZ 21.44 33.76 33.82 -
YUV 126.87 140.49 51.78 -
System Red Green Blue C M Y K H S L
Decimal 20 177 149 0.89 0 0.16 0.31 169.3 0.8 0.39
Hex 14 B1 95 59 0 10 1F A9 50 27
Octal 24 261 225 131 0 20 37 251 120 47
Binary 10100 10110001 10010101 1011001 0 10000 11111 10101001 1010000 100111

Color Harmonies of #14B195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B195

Black with #14B195

Text Example


Text Example

White with #14B195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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