Html Css Color HEX #14BD8D Mountain Meadow

📋 copy color: '#14BD8D'

red 20 ◦ green 189 ◦ blue 141

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

Shades of Mountain Meadow #14BD8D

Tints of Mountain Meadow #14BD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 5.71%
G = 54%
B = 40.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#14BD8D (or 0x14BD8D) is known color: Mountain Meadow. HEX triplet: 14, BD and 8D. RGB value is (20,189,141). Sum of RGB (Red+Green+Blue) = 20+189+141=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 189 (74.22% from 255 or 54% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BD8D is #EB4272. Grayscale: #858585. Windows color (decimal): -15417971 or 9288980. OLE color: 9288980.

HSL color Cylindrical-coordinate representation of color #14BD8D: hue angle of 162.96º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14BD8D is Cyan = 0.89, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 141 -
CMYK 0.89 0 0.25 0.26
HSL 162.96º 0.81% 0.41% -
HSV(B) 162.96º 0.89% 0.74% -
XYZ 23.29 38.47 31.4 -
YUV 133 132.51 47.4 -
System Red Green Blue C M Y K H S L
Decimal 20 189 141 0.89 0 0.25 0.26 162.96 0.81 0.41
Hex 14 BD 8D 59 0 19 1A A3 51 29
Octal 24 275 215 131 0 31 32 243 121 51
Binary 10100 10111101 10001101 1011001 0 11001 11010 10100011 1010001 101001

Color Harmonies of #14BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD8D

Black with #14BD8D

Text Example


Text Example

White with #14BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,189,141); }

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

background-color css

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

 a { background-color: rgb(20,189,141); }

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

border-color css

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

 span { border-color: rgb(20,189,141); }

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