#14AD88

Color #14AD88 Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #14AD88

Tints of Mountain Meadow #14AD88

Color information

#14AD88 (or 0x14AD88) is unknown color: approx 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

RGB20173136-
CMYK0.8800.210.32
HSL165.49º79.27%37.84%-
HSV(B)165.49º88.44%67.84%-
XYZ19.6831.8128.4-
YUV123.04135.3154.51-

RGB Variations

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

RGB

RED value IS 20 (8.20% 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 (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal201731360.8800.210.32165.4979.2737.84
Hex14AD885801520a54f26
Octal242552101300254024511746
Binary1010010101101100010001011000010101100000101001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>