#AFFDD7

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

Shades of Magic Mint #AFFDD7

Tints of Magic Mint #AFFDD7

Color information

#AFFDD7 (or 0xAFFDD7) is unknown color: approx Magic Mint. HEX triplet: AF, FD and D7. RGB value is (175,253,215). Sum of RGB (Red+Green+Blue) = 175+253+215=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 253 (99.22% from 255 or 39.35% from 643); Blue value is 215 (84.38% from 255 or 33.44% from 643); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDD7 is #500228. Grayscale: #E1E1E1. Windows color (decimal): -5243433 or 14155183. OLE color: 14155183.

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

Color convert

RGB175253215-
CMYK0.3100.150.01
HSL150.77º95.12%83.92%-
HSV(B)150.77º30.83%99.22%-
XYZ65.0784.2777.13-
YUV225.35122.1692.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 253 (99.22% from 255) = 39.35%
BLUE value IS 215 (84.38% from 255) = 33.44%
R=27.22%
G=39.35%
B=33.44%

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
Decimal1752532150.3100.150.01150.7795.1283.92
HexAFFDD71F0F1975f54
Octal257375327370171227137124
Binary101011111111110111010111111110111111001011110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDD7; }

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

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

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

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

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

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

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

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