#AFFADC

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

Shades of Magic Mint #AFFADC

Tints of Magic Mint #AFFADC

Color information

#AFFADC (or 0xAFFADC) is unknown color: approx Magic Mint. HEX triplet: AF, FA and DC. RGB value is (175,250,220). Sum of RGB (Red+Green+Blue) = 175+250+220=645 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.13% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 220 (86.33% from 255 or 34.11% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADC is #500523. Grayscale: #E0E0E0. Windows color (decimal): -5244196 or 14482095. OLE color: 14482095.

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

Color convert

RGB175250220-
CMYK0.300.120.02
HSL156º88.24%83.33%-
HSV(B)156º30%98.04%-
XYZ64.7882.6580.25-
YUV224.16125.6592.94-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.13%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 220 (86.33% from 255) = 34.11%
R=27.13%
G=38.76%
B=34.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502200.300.120.0215688.2483.33
HexAFFADC1E0C29c5853
Octal257372334360142234130123
Binary1010111111111010110111001111001100101001110010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFADC; }

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

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

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

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

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

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

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

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