Html Css Color HEX #14B491 Mountain Meadow

📋 copy color: '#14B491'

red 20 ◦ green 180 ◦ blue 145

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

Shades of Mountain Meadow #14B491

Tints of Mountain Meadow #14B491

RGB

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

 GREEN value IS 180 (70.7% from 255) = 52.17%

 BLUE value IS 145 (57.03% from 255) = 42.03%

R = 5.8%
G = 52.17%
B = 42.03%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#14B491 (or 0x14B491) is known color: Mountain Meadow. HEX triplet: 14, B4 and 91. RGB value is (20,180,145). Sum of RGB (Red+Green+Blue) = 20+180+145=345 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.80% from 345); Green value is 180 (70.70% from 255 or 52.17% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 180 - color contains mainly: green. Hex color #14B491 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B491 is #EB4B6E. Grayscale: #808080. Windows color (decimal): -15420271 or 9548820. OLE color: 9548820.

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

Color convert

RGB 20 180 145 -
CMYK 0.89 0 0.19 0.29
HSL 166.88º 0.8% 0.39% -
HSV(B) 166.88º 0.89% 0.71% -
XYZ 21.72 34.84 32.37 -
YUV 128.17 137.49 50.85 -
System Red Green Blue C M Y K H S L
Decimal 20 180 145 0.89 0 0.19 0.29 166.88 0.8 0.39
Hex 14 B4 91 59 0 13 1D A7 50 27
Octal 24 264 221 131 0 23 35 247 120 47
Binary 10100 10110100 10010001 1011001 0 10011 11101 10100111 1010000 100111

Color Harmonies of #14B491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B491

Black with #14B491

Text Example


Text Example

White with #14B491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,180,145); }

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

background-color css

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

 a { background-color: rgb(20,180,145); }

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

border-color css

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

 span { border-color: rgb(20,180,145); }

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