Html Css Color HEX #14AD88 Mountain Meadow

📋 copy color: '#14AD88'

red 20 ◦ green 173 ◦ blue 136

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

Shades of Mountain Meadow #14AD88

Tints of Mountain Meadow #14AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.58%

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

R = 6.08%
G = 52.58%
B = 41.34%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#14AD88 (or 0x14AD88) is known color: Mountain Meadow. HEX triplet: 14, AD and 88. RGB value is (20,173,136). Sum of RGB (Red+Green+Blue) = 20+173+136=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 173 (67.97% from 255 or 52.58% from 329); Blue value is 136 (53.52% from 255 or 41.34% from 329); Max value from RGB is 173 - color contains mainly: green. Hex color #14AD88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AD88 is #EB5277. Grayscale: #7B7B7B. Windows color (decimal): -15422072 or 8957204. OLE color: 8957204.

HSL color Cylindrical-coordinate representation of color #14AD88: hue angle of 165.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14AD88 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 173 136 -
CMYK 0.88 0 0.21 0.32
HSL 165.49º 0.79% 0.38% -
HSV(B) 165.49º 0.88% 0.68% -
XYZ 19.68 31.81 28.4 -
YUV 123.04 135.31 54.51 -
System Red Green Blue C M Y K H S L
Decimal 20 173 136 0.88 0 0.21 0.32 165.49 0.79 0.38
Hex 14 AD 88 58 0 15 20 A5 4F 26
Octal 24 255 210 130 0 25 40 245 117 46
Binary 10100 10101101 10001000 1011000 0 10101 100000 10100101 1001111 100110

Color Harmonies of #14AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AD88

Black with #14AD88

Text Example


Text Example

White with #14AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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