#AFFDD6

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

Shades of Magic Mint #AFFDD6

Tints of Magic Mint #AFFDD6

Color information

#AFFDD6 (or 0xAFFDD6) is unknown color: approx Magic Mint. HEX triplet: AF, FD and D6. RGB value is (175,253,214). Sum of RGB (Red+Green+Blue) = 175+253+214=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 253 (99.22% from 255 or 39.41% from 642); Blue value is 214 (83.98% from 255 or 33.33% from 642); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD6 is #500229. Grayscale: #E1E1E1. Windows color (decimal): -5243434 or 14089647. OLE color: 14089647.

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

Color convert

RGB175253214-
CMYK0.3100.150.01
HSL150º95.12%83.92%-
HSV(B)150º30.83%99.22%-
XYZ64.9484.2276.45-
YUV225.23121.6692.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 253 (99.22% from 255) = 39.41%
BLUE value IS 214 (83.98% from 255) = 33.33%
R=27.26%
G=39.41%
B=33.33%

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
Decimal1752532140.3100.150.0115095.1283.92
HexAFFDD61F0F1965f54
Octal257375326370171226137124
Binary101011111111110111010110111110111111001011010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDD6; }

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

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

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

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

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

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

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

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