#A9EECD

Color #A9EECD Magic Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Magic Mint #A9EECD

Tints of Magic Mint #A9EECD

Color information

#A9EECD (or 0xA9EECD) is unknown color: approx Magic Mint. HEX triplet: A9, EE and CD. RGB value is (169,238,205). Sum of RGB (Red+Green+Blue) = 169+238+205=612 (81% of max value = 765). Red value is 169 (66.41% from 255 or 27.61% from 612); Green value is 238 (93.36% from 255 or 38.89% from 612); Blue value is 205 (80.47% from 255 or 33.50% from 612); Max value from RGB is 238 - color contains mainly: green. Hex color #A9EECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EECD is #561132. Grayscale: #D5D5D5. Windows color (decimal): -5640499 or 13495977. OLE color: 13495977.

HSL color Cylindrical-coordinate representation of color #A9EECD: hue angle of 151.3º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EECD is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB169238205-
CMYK0.2900.140.07
HSL151.3º66.99%79.8%-
HSV(B)151.3º28.99%93.33%-
XYZ57.9673.9968.98-
YUV213.61123.1496.18-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.61%
GREEN value IS 238 (93.36% from 255) = 38.89%
BLUE value IS 205 (80.47% from 255) = 33.50%
R=27.61%
G=38.89%
B=33.50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692382050.2900.140.07151.366.9979.8
HexA9EECD1D0E7974350
Octal251356315350167227103120
Binary10101001111011101100110111101011101111001011110000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EECD; }

 p { color: rgb(169,238,205); }

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

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

 a { background-color: rgb(169,238,205); }

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

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

 span { border-color: rgb(169,238,205); }

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