#A4F9DD

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

Shades of Magic Mint #A4F9DD

Tints of Magic Mint #A4F9DD

Color information

#A4F9DD (or 0xA4F9DD) is unknown color: approx Magic Mint. HEX triplet: A4, F9 and DD. RGB value is (164,249,221). Sum of RGB (Red+Green+Blue) = 164+249+221=634 (83% of max value = 765). Red value is 164 (64.45% from 255 or 25.87% from 634); Green value is 249 (97.66% from 255 or 39.27% from 634); Blue value is 221 (86.72% from 255 or 34.86% from 634); Max value from RGB is 249 - color contains mainly: green. Hex color #A4F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F9DD is #5B0622. Grayscale: #DCDCDC. Windows color (decimal): -5965347 or 14547364. OLE color: 14547364.

HSL color Cylindrical-coordinate representation of color #A4F9DD: hue angle of 160.24º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A4F9DD is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB164249221-
CMYK0.3400.110.02
HSL160.24º87.63%80.98%-
HSV(B)160.24º34.14%97.65%-
XYZ62.2480.8680.73-
YUV220.39128.3487.78-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 25.87%
GREEN value IS 249 (97.66% from 255) = 39.27%
BLUE value IS 221 (86.72% from 255) = 34.86%
R=25.87%
G=39.27%
B=34.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1642492210.3400.110.02160.2487.6380.98
HexA4F9DD220B2a05851
Octal244371335420132240130121
Binary10100100111110011101110110001001011101010000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4F9DD; }

 p { color: rgb(164,249,221); }

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

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

 a { background-color: rgb(164,249,221); }

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

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

 span { border-color: rgb(164,249,221); }

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