Html Css Color HEX #14B985 Mountain Meadow

📋 copy color: '#14B985'

red 20 ◦ green 185 ◦ blue 133

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

Shades of Mountain Meadow #14B985

Tints of Mountain Meadow #14B985

RGB

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

 GREEN value IS 185 (72.66% from 255) = 54.73%

 BLUE value IS 133 (52.34% from 255) = 39.35%

R = 5.92%
G = 54.73%
B = 39.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#14B985 (or 0x14B985) is known color: Mountain Meadow. HEX triplet: 14, B9 and 85. RGB value is (20,185,133). Sum of RGB (Red+Green+Blue) = 20+185+133=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 133 (52.34% from 255 or 39.35% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #14B985 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14B985 is #EB467A. Grayscale: #818181. Windows color (decimal): -15419003 or 8763668. OLE color: 8763668.

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

Color convert

RGB 20 185 133 -
CMYK 0.89 0 0.28 0.27
HSL 161.09º 0.8% 0.4% -
HSV(B) 161.09º 0.89% 0.73% -
XYZ 21.87 36.54 28.09 -
YUV 129.74 129.84 49.73 -
System Red Green Blue C M Y K H S L
Decimal 20 185 133 0.89 0 0.28 0.27 161.09 0.8 0.4
Hex 14 B9 85 59 0 1C 1B A1 50 28
Octal 24 271 205 131 0 34 33 241 120 50
Binary 10100 10111001 10000101 1011001 0 11100 11011 10100001 1010000 101000

Color Harmonies of #14B985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B985

Black with #14B985

Text Example


Text Example

White with #14B985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,133); }

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

background-color css

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

 a { background-color: rgb(20,185,133); }

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

border-color css

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

 span { border-color: rgb(20,185,133); }

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