Html Css Color HEX #14B890 Mountain Meadow

📋 copy color: '#14B890'

red 20 ◦ green 184 ◦ blue 144

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

Shades of Mountain Meadow #14B890

Tints of Mountain Meadow #14B890

RGB

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

 GREEN value IS 184 (72.27% from 255) = 52.87%

 BLUE value IS 144 (56.64% from 255) = 41.38%

R = 5.75%
G = 52.87%
B = 41.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#14B890 (or 0x14B890) is known color: Mountain Meadow. HEX triplet: 14, B8 and 90. RGB value is (20,184,144). Sum of RGB (Red+Green+Blue) = 20+184+144=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #14B890 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B890 is #EB476F. Grayscale: #828282. Windows color (decimal): -15419248 or 9484308. OLE color: 9484308.

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

Color convert

RGB 20 184 144 -
CMYK 0.89 0 0.22 0.28
HSL 165.37º 0.8% 0.4% -
HSV(B) 165.37º 0.89% 0.72% -
XYZ 22.46 36.44 32.24 -
YUV 130.4 135.67 49.25 -
System Red Green Blue C M Y K H S L
Decimal 20 184 144 0.89 0 0.22 0.28 165.37 0.8 0.4
Hex 14 B8 90 59 0 16 1C A5 50 28
Octal 24 270 220 131 0 26 34 245 120 50
Binary 10100 10111000 10010000 1011001 0 10110 11100 10100101 1010000 101000

Color Harmonies of #14B890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B890

Black with #14B890

Text Example


Text Example

White with #14B890

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,184,144); }

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

background-color css

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

 a { background-color: rgb(20,184,144); }

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

border-color css

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

 span { border-color: rgb(20,184,144); }

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