#14B684

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

Shades of Mountain Meadow #14B684

Tints of Mountain Meadow #14B684

Color information

#14B684 (or 0x14B684) is unknown color: approx Mountain Meadow. HEX triplet: 14, B6 and 84. RGB value is (20,182,132). Sum of RGB (Red+Green+Blue) = 20+182+132=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 132 (51.95% from 255 or 39.52% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #14B684 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B684 is #EB497B. Grayscale: #7F7F7F. Windows color (decimal): -15419772 or 8697364. OLE color: 8697364.

HSL color Cylindrical-coordinate representation of color #14B684: hue angle of 161.48º 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 #14B684 is Cyan = 0.89, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB20182132-
CMYK0.8900.270.29
HSL161.48º80.2%39.61%-
HSV(B)161.48º89.01%71.37%-
XYZ21.1835.2727.52-
YUV127.86130.3351.07-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.99%
GREEN value IS 182 (71.48% from 255) = 54.49%
BLUE value IS 132 (51.95% from 255) = 39.52%
R=5.99%
G=54.49%
B=39.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201821320.8900.270.29161.4880.239.61
Hex14B6845901B1Da15028
Octal242662041310333524112050
Binary101001011011010000100101100101101111101101000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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