#14BA96

Color #14BA96 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14BA96

Tints of Mountain Meadow #14BA96

Color information

#14BA96 (or 0x14BA96) is unknown color: approx Mountain Meadow. HEX triplet: 14, BA and 96. RGB value is (20,186,150). Sum of RGB (Red+Green+Blue) = 20+186+150=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA96 is #EB4569. Grayscale: #848484. Windows color (decimal): -15418730 or 9878036. OLE color: 9878036.

HSL color Cylindrical-coordinate representation of color #14BA96: hue angle of 166.99º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BA96 is Cyan = 0.89, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB20186150-
CMYK0.8900.190.27
HSL166.99º80.58%40.39%-
HSV(B)166.99º89.25%72.94%-
XYZ23.3537.4734.86-
YUV132.2613847.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.62%
GREEN value IS 186 (73.05% from 255) = 52.25%
BLUE value IS 150 (58.98% from 255) = 42.13%
R=5.62%
G=52.25%
B=42.13%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201861500.8900.190.27166.9980.5840.39
Hex14BA96590131Ba75128
Octal242722261310233324712150
Binary101001011101010010110101100101001111011101001111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14BA96;
 }
 .AnyTagClassName
 {
   color: #14BA96;
 }
</style>
background-color css

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

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

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

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

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

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