#14B08A

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

Shades of Mountain Meadow #14B08A

Tints of Mountain Meadow #14B08A

Color information

#14B08A (or 0x14B08A) is unknown color: approx Mountain Meadow. HEX triplet: 14, B0 and 8A. RGB value is (20,176,138). Sum of RGB (Red+Green+Blue) = 20+176+138=334 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.99% from 334); Green value is 176 (69.14% from 255 or 52.69% from 334); Blue value is 138 (54.30% from 255 or 41.32% from 334); Max value from RGB is 176 - color contains mainly: green. Hex color #14B08A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B08A is #EB4F75. Grayscale: #7D7D7D. Windows color (decimal): -15421302 or 9089044. OLE color: 9089044.

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

Color convert

RGB20176138-
CMYK0.8900.220.31
HSL165.38º79.59%38.43%-
HSV(B)165.38º88.64%69.02%-
XYZ20.433.0329.35-
YUV125.02135.3253.09-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.99%
GREEN value IS 176 (69.14% from 255) = 52.69%
BLUE value IS 138 (54.30% from 255) = 41.32%
R=5.99%
G=52.69%
B=41.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201761380.8900.220.31165.3879.5938.43
Hex14B08A590161Fa55026
Octal242602121310263724512046
Binary101001011000010001010101100101011011111101001011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,176,138); }

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

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

 a { background-color: rgb(20,176,138); }

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

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

 span { border-color: rgb(20,176,138); }

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