Html Css Color HEX #14BB8F Mountain Meadow

📋 copy color: '#14BB8F'

red 20 ◦ green 187 ◦ blue 143

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

Shades of Mountain Meadow #14BB8F

Tints of Mountain Meadow #14BB8F

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.43%

 BLUE value IS 143 (56.25% from 255) = 40.86%

R = 5.71%
G = 53.43%
B = 40.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#14BB8F (or 0x14BB8F) is known color: Mountain Meadow. HEX triplet: 14, BB and 8F. RGB value is (20,187,143). Sum of RGB (Red+Green+Blue) = 20+187+143=350 (46% of max value = 765). Red value is 20 (8.20% from 255 or 5.71% from 350); Green value is 187 (73.44% from 255 or 53.43% from 350); Blue value is 143 (56.25% from 255 or 40.86% from 350); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB8F is #EB4470. Grayscale: #848484. Windows color (decimal): -15418481 or 9419540. OLE color: 9419540.

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

Color convert

RGB 20 187 143 -
CMYK 0.89 0 0.24 0.27
HSL 164.19º 0.81% 0.41% -
HSV(B) 164.19º 0.89% 0.73% -
XYZ 23.02 37.67 32.05 -
YUV 132.05 134.17 48.08 -
System Red Green Blue C M Y K H S L
Decimal 20 187 143 0.89 0 0.24 0.27 164.19 0.81 0.41
Hex 14 BB 8F 59 0 18 1B A4 51 29
Octal 24 273 217 131 0 30 33 244 121 51
Binary 10100 10111011 10001111 1011001 0 11000 11011 10100100 1010001 101001

Color Harmonies of #14BB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB8F

Black with #14BB8F

Text Example


Text Example

White with #14BB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,187,143); }

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

background-color css

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

 a { background-color: rgb(20,187,143); }

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

border-color css

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

 span { border-color: rgb(20,187,143); }

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