#A5F9DD

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

Shades of Magic Mint #A5F9DD

Tints of Magic Mint #A5F9DD

Color information

#A5F9DD (or 0xA5F9DD) is unknown color: approx Magic Mint. HEX triplet: A5, F9 and DD. RGB value is (165,249,221). Sum of RGB (Red+Green+Blue) = 165+249+221=635 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.98% from 635); Green value is 249 (97.66% from 255 or 39.21% from 635); Blue value is 221 (86.72% from 255 or 34.80% from 635); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9DD is #5A0622. Grayscale: #DCDCDC. Windows color (decimal): -5899811 or 14547365. OLE color: 14547365.

HSL color Cylindrical-coordinate representation of color #A5F9DD: hue angle of 160º 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 #A5F9DD is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB165249221-
CMYK0.3400.110.02
HSL160º87.5%81.18%-
HSV(B)160º33.73%97.65%-
XYZ62.4480.9780.74-
YUV220.69128.1788.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.98%
GREEN value IS 249 (97.66% from 255) = 39.21%
BLUE value IS 221 (86.72% from 255) = 34.80%
R=25.98%
G=39.21%
B=34.80%

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
Decimal1652492210.3400.110.0216087.581.18
HexA5F9DD220B2a05851
Octal245371335420132240130121
Binary10100101111110011101110110001001011101010000010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F9DD; }

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

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

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

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

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

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

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

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