Html Css Color HEX #14B087 Mountain Meadow

📋 copy color: '#14B087'

red 20 ◦ green 176 ◦ blue 135

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

Shades of Mountain Meadow #14B087

Tints of Mountain Meadow #14B087

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.17%

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

R = 6.04%
G = 53.17%
B = 40.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#14B087 (or 0x14B087) is known color: Mountain Meadow. HEX triplet: 14, B0 and 87. RGB value is (20,176,135). Sum of RGB (Red+Green+Blue) = 20+176+135=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 176 (69.14% from 255 or 53.17% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 176 - color contains mainly: green. Hex color #14B087 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14B087 is #EB4F78. Grayscale: #7C7C7C. Windows color (decimal): -15421305 or 8892436. OLE color: 8892436.

HSL color Cylindrical-coordinate representation of color #14B087: hue angle of 164.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B087 is Cyan = 0.89, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 135 -
CMYK 0.89 0 0.23 0.31
HSL 164.23º 0.8% 0.38% -
HSV(B) 164.23º 0.89% 0.69% -
XYZ 20.19 32.95 28.22 -
YUV 124.68 133.82 53.33 -
System Red Green Blue C M Y K H S L
Decimal 20 176 135 0.89 0 0.23 0.31 164.23 0.8 0.38
Hex 14 B0 87 59 0 17 1F A4 50 26
Octal 24 260 207 131 0 27 37 244 120 46
Binary 10100 10110000 10000111 1011001 0 10111 11111 10100100 1010000 100110

Color Harmonies of #14B087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B087

Black with #14B087

Text Example


Text Example

White with #14B087

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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