#AFFACD

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

Shades of Magic Mint #AFFACD

Tints of Magic Mint #AFFACD

Color information

#AFFACD (or 0xAFFACD) is unknown color: approx Magic Mint. HEX triplet: AF, FA and CD. RGB value is (175,250,205). Sum of RGB (Red+Green+Blue) = 175+250+205=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACD is #500532. Grayscale: #DEDEDE. Windows color (decimal): -5244211 or 13499055. OLE color: 13499055.

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

Color convert

RGB175250205-
CMYK0.300.180.02
HSL144º88.24%83.33%-
HSV(B)144º30%98.04%-
XYZ62.8881.8970.25-
YUV222.44118.1594.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.78%
GREEN value IS 250 (98.05% from 255) = 39.68%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=27.78%
G=39.68%
B=32.54%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502050.300.180.0214488.2483.33
HexAFFACD1E0122905853
Octal257372315360222220130123
Binary10101111111110101100110111110010010101001000010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFACD; }

 p { color: rgb(175,250,205); }

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

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

 a { background-color: rgb(175,250,205); }

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

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

 span { border-color: rgb(175,250,205); }

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