#AFF0D9

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

Shades of Magic Mint #AFF0D9

Tints of Magic Mint #AFF0D9

Color information

#AFF0D9 (or 0xAFF0D9) is unknown color: approx Magic Mint. HEX triplet: AF, F0 and D9. RGB value is (175,240,217). Sum of RGB (Red+Green+Blue) = 175+240+217=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0D9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0D9 is #500F26. Grayscale: #D9D9D9. Windows color (decimal): -5246759 or 14282927. OLE color: 14282927.

HSL color Cylindrical-coordinate representation of color #AFF0D9: hue angle of 158.77º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0D9 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB175240217-
CMYK0.2700.100.06
HSL158.77º68.42%81.37%-
HSV(B)158.77º27.08%94.12%-
XYZ61.3676.4477.17-
YUV217.94127.4797.37-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.69%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 217 (85.16% from 255) = 34.34%
R=27.69%
G=37.97%
B=34.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402170.2700.100.06158.7768.4281.37
HexAFF0D91B0A69f4451
Octal257360331330126237104121
Binary10101111111100001101100111011010101101001111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0D9; }

 p { color: rgb(175,240,217); }

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

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

 a { background-color: rgb(175,240,217); }

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

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

 span { border-color: rgb(175,240,217); }

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