#14B697

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

Shades of Mountain Meadow #14B697

Tints of Mountain Meadow #14B697

Color information

#14B697 (or 0x14B697) is unknown color: approx Mountain Meadow. HEX triplet: 14, B6 and 97. RGB value is (20,182,151). Sum of RGB (Red+Green+Blue) = 20+182+151=353 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.67% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #14B697 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B697 is #EB4968. Grayscale: #818181. Windows color (decimal): -15419753 or 9942548. OLE color: 9942548.

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

Color convert

RGB20182151-
CMYK0.8900.170.29
HSL168.52º80.2%39.61%-
HSV(B)168.52º89.01%71.37%-
XYZ22.635.8435-
YUV130.03139.8349.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.67%
GREEN value IS 182 (71.48% from 255) = 51.56%
BLUE value IS 151 (59.38% from 255) = 42.78%
R=5.67%
G=51.56%
B=42.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821510.8900.170.29168.5280.239.61
Hex14B697590111Da95028
Octal242662271310213525112050
Binary101001011011010010111101100101000111101101010011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,182,151); }

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

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

 a { background-color: rgb(20,182,151); }

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

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

 span { border-color: rgb(20,182,151); }

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