#AFFAD7

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

Shades of Magic Mint #AFFAD7

Tints of Magic Mint #AFFAD7

Color information

#AFFAD7 (or 0xAFFAD7) is unknown color: approx Magic Mint. HEX triplet: AF, FA and D7. RGB value is (175,250,215). Sum of RGB (Red+Green+Blue) = 175+250+215=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAD7 is #500528. Grayscale: #DFDFDF. Windows color (decimal): -5244201 or 14154415. OLE color: 14154415.

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

Color convert

RGB175250215-
CMYK0.300.140.02
HSL152º88.24%83.33%-
HSV(B)152º30%98.04%-
XYZ64.1382.3976.81-
YUV223.58123.1593.35-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 250 (98.05% from 255) = 39.06%
BLUE value IS 215 (84.38% from 255) = 33.59%
R=27.34%
G=39.06%
B=33.59%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502150.300.140.0215288.2483.33
HexAFFAD71E0E2985853
Octal257372327360162230130123
Binary1010111111111010110101111111001110101001100010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAD7; }

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

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

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

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

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

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

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

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