Html Css Color HEX #14BB87 Mountain Meadow

📋 copy color: '#14BB87'

red 20 ◦ green 187 ◦ blue 135

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

Shades of Mountain Meadow #14BB87

Tints of Mountain Meadow #14BB87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.47%

R = 5.85%
G = 54.68%
B = 39.47%

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

#14BB87 (or 0x14BB87) is known color: Mountain Meadow. HEX triplet: 14, BB and 87. RGB value is (20,187,135). Sum of RGB (Red+Green+Blue) = 20+187+135=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB87 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BB87 is #EB4478. Grayscale: #838383. Windows color (decimal): -15418489 or 8895252. OLE color: 8895252.

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

Color convert

RGB 20 187 135 -
CMYK 0.89 0 0.28 0.27
HSL 161.32º 0.81% 0.41% -
HSV(B) 161.32º 0.89% 0.73% -
XYZ 22.43 37.44 28.97 -
YUV 131.14 130.17 48.73 -
System Red Green Blue C M Y K H S L
Decimal 20 187 135 0.89 0 0.28 0.27 161.32 0.81 0.41
Hex 14 BB 87 59 0 1C 1B A1 51 29
Octal 24 273 207 131 0 34 33 241 121 51
Binary 10100 10111011 10000111 1011001 0 11100 11011 10100001 1010001 101001

Color Harmonies of #14BB87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB87

Black with #14BB87

Text Example


Text Example

White with #14BB87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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