#14AF88

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

Shades of Mountain Meadow #14AF88

Tints of Mountain Meadow #14AF88

Color information

#14AF88 (or 0x14AF88) is unknown color: approx Mountain Meadow. HEX triplet: 14, AF and 88. RGB value is (20,175,136). Sum of RGB (Red+Green+Blue) = 20+175+136=331 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.04% from 331); Green value is 175 (68.75% from 255 or 52.87% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 175 - color contains mainly: green. Hex color #14AF88 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #14AF88 is #EB5077. Grayscale: #7C7C7C. Windows color (decimal): -15421560 or 8957716. OLE color: 8957716.

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

Color convert

RGB20175136-
CMYK0.8900.220.31
HSL164.9º79.49%38.24%-
HSV(B)164.9º88.57%68.63%-
XYZ20.0632.5928.52-
YUV124.21134.6553.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.04%
GREEN value IS 175 (68.75% from 255) = 52.87%
BLUE value IS 136 (53.52% from 255) = 41.09%
R=6.04%
G=52.87%
B=41.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal201751360.8900.220.31164.979.4938.24
Hex14AF88590161Fa54f26
Octal242572101310263724511746
Binary101001010111110001000101100101011011111101001011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14AF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14AF88;
 }
 .AnyTagClassName
 {
   color: #14AF88;
 }
</style>
background-color css

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

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

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

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

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

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