Html Css Color HEX #14BA88 Mountain Meadow

📋 copy color: '#14BA88'

red 20 ◦ green 186 ◦ blue 136

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

Shades of Mountain Meadow #14BA88

Tints of Mountain Meadow #14BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 54.39%

 BLUE value IS 136 (53.52% from 255) = 39.77%

R = 5.85%
G = 54.39%
B = 39.77%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#14BA88 (or 0x14BA88) is known color: Mountain Meadow. HEX triplet: 14, BA and 88. RGB value is (20,186,136). Sum of RGB (Red+Green+Blue) = 20+186+136=342 (45% of max value = 765). Red value is 20 (8.20% from 255 or 5.85% from 342); Green value is 186 (73.05% from 255 or 54.39% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 186 - color contains mainly: green. Hex color #14BA88 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14BA88 is #EB4577. Grayscale: #828282. Windows color (decimal): -15418744 or 8960532. OLE color: 8960532.

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

Color convert

RGB 20 186 136 -
CMYK 0.89 0 0.27 0.27
HSL 161.93º 0.81% 0.4% -
HSV(B) 161.93º 0.89% 0.73% -
XYZ 22.29 37.04 29.27 -
YUV 130.67 131 49.07 -
System Red Green Blue C M Y K H S L
Decimal 20 186 136 0.89 0 0.27 0.27 161.93 0.81 0.4
Hex 14 BA 88 59 0 1B 1B A2 51 28
Octal 24 272 210 131 0 33 33 242 121 50
Binary 10100 10111010 10001000 1011001 0 11011 11011 10100010 1010001 101000

Color Harmonies of #14BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BA88

Black with #14BA88

Text Example


Text Example

White with #14BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,186,136); }

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

background-color css

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

 a { background-color: rgb(20,186,136); }

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

border-color css

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

 span { border-color: rgb(20,186,136); }

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