#A9EDCA

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

Shades of Magic Mint #A9EDCA

Tints of Magic Mint #A9EDCA

Color information

#A9EDCA (or 0xA9EDCA) is unknown color: approx Magic Mint. HEX triplet: A9, ED and CA. RGB value is (169,237,202). Sum of RGB (Red+Green+Blue) = 169+237+202=608 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.80% from 608); Green value is 237 (92.97% from 255 or 38.98% from 608); Blue value is 202 (79.30% from 255 or 33.22% from 608); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDCA is #561235. Grayscale: #D4D4D4. Windows color (decimal): -5640758 or 13299113. OLE color: 13299113.

HSL color Cylindrical-coordinate representation of color #A9EDCA: hue angle of 149.12º degrees, saturation: 0.65, 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 #A9EDCA is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB169237202-
CMYK0.2900.150.07
HSL149.12º65.38%79.61%-
HSV(B)149.12º28.69%92.94%-
XYZ57.3173.2767-
YUV212.68121.9796.85-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 27.80%
GREEN value IS 237 (92.97% from 255) = 38.98%
BLUE value IS 202 (79.30% from 255) = 33.22%
R=27.80%
G=38.98%
B=33.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1692372020.2900.150.07149.1265.3879.61
HexA9EDCA1D0F7954150
Octal251355312350177225101120
Binary10101001111011011100101011101011111111001010110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9EDCA; }

 p { color: rgb(169,237,202); }

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

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

 a { background-color: rgb(169,237,202); }

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

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

 span { border-color: rgb(169,237,202); }

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