Html Css Color HEX #14BC8C Mountain Meadow

📋 copy color: '#14BC8C'

red 20 ◦ green 188 ◦ blue 140

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

Shades of Mountain Meadow #14BC8C

Tints of Mountain Meadow #14BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.02%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 5.75%
G = 54.02%
B = 40.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#14BC8C (or 0x14BC8C) is known color: Mountain Meadow. HEX triplet: 14, BC and 8C. RGB value is (20,188,140). Sum of RGB (Red+Green+Blue) = 20+188+140=348 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.75% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #14BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BC8C is #EB4373. Grayscale: #848484. Windows color (decimal): -15418228 or 9223188. OLE color: 9223188.

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

Color convert

RGB 20 188 140 -
CMYK 0.89 0 0.26 0.26
HSL 162.86º 0.81% 0.41% -
HSV(B) 162.86º 0.89% 0.74% -
XYZ 23.01 38.01 30.93 -
YUV 132.3 132.34 47.9 -
System Red Green Blue C M Y K H S L
Decimal 20 188 140 0.89 0 0.26 0.26 162.86 0.81 0.41
Hex 14 BC 8C 59 0 1A 1A A3 51 29
Octal 24 274 214 131 0 32 32 243 121 51
Binary 10100 10111100 10001100 1011001 0 11010 11010 10100011 1010001 101001

Color Harmonies of #14BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BC8C

Black with #14BC8C

Text Example


Text Example

White with #14BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,188,140); }

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

background-color css

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

 a { background-color: rgb(20,188,140); }

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

border-color css

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

 span { border-color: rgb(20,188,140); }

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