#AFFCD9

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

Shades of Magic Mint #AFFCD9

Tints of Magic Mint #AFFCD9

Color information

#AFFCD9 (or 0xAFFCD9) is unknown color: approx Magic Mint. HEX triplet: AF, FC and D9. RGB value is (175,252,217). Sum of RGB (Red+Green+Blue) = 175+252+217=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCD9 is #500326. Grayscale: #E1E1E1. Windows color (decimal): -5243687 or 14285999. OLE color: 14285999.

HSL color Cylindrical-coordinate representation of color #AFFCD9: hue angle of 152.73º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCD9 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB175252217-
CMYK0.3100.140.01
HSL152.73º92.77%83.73%-
HSV(B)152.73º30.56%98.82%-
XYZ65.0183.7478.38-
YUV224.99123.4992.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 217 (85.16% from 255) = 33.70%
R=27.17%
G=39.13%
B=33.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752522170.3100.140.01152.7392.7783.73
HexAFFCD91F0E1995d54
Octal257374331370161231135124
Binary101011111111110011011001111110111011001100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFCD9; }

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

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

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

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

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

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

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

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