#AFFDD8

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

Shades of Magic Mint #AFFDD8

Tints of Magic Mint #AFFDD8

Color information

#AFFDD8 (or 0xAFFDD8) is unknown color: approx Magic Mint. HEX triplet: AF, FD and D8. RGB value is (175,253,216). Sum of RGB (Red+Green+Blue) = 175+253+216=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD8 is #500227. Grayscale: #E1E1E1. Windows color (decimal): -5243432 or 14220719. OLE color: 14220719.

HSL color Cylindrical-coordinate representation of color #AFFDD8: hue angle of 151.54º degrees, saturation: 0.95, 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 #AFFDD8 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB175253216-
CMYK0.3100.150.01
HSL151.54º95.12%83.92%-
HSV(B)151.54º30.83%99.22%-
XYZ65.284.3277.81-
YUV225.46122.6692.01-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.17%
GREEN value IS 253 (99.22% from 255) = 39.29%
BLUE value IS 216 (84.77% from 255) = 33.54%
R=27.17%
G=39.29%
B=33.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532160.3100.150.01151.5495.1283.92
HexAFFDD81F0F1985f54
Octal257375330370171230137124
Binary101011111111110111011000111110111111001100010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDD8; }

 p { color: rgb(175,253,216); }

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

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

 a { background-color: rgb(175,253,216); }

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

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

 span { border-color: rgb(175,253,216); }

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