#AFF7D6

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

Shades of Magic Mint #AFF7D6

Tints of Magic Mint #AFF7D6

Color information

#AFF7D6 (or 0xAFF7D6) is unknown color: approx Magic Mint. HEX triplet: AF, F7 and D6. RGB value is (175,247,214). Sum of RGB (Red+Green+Blue) = 175+247+214=636 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.52% from 636); Green value is 247 (96.88% from 255 or 38.84% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF7D6 is #500829. Grayscale: #DDDDDD. Windows color (decimal): -5244970 or 14088111. OLE color: 14088111.

HSL color Cylindrical-coordinate representation of color #AFF7D6: hue angle of 152.5º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7D6 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB175247214-
CMYK0.2900.130.03
HSL152.5º81.82%82.75%-
HSV(B)152.5º29.15%96.86%-
XYZ63.0880.4975.83-
YUV221.71123.6594.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.52%
GREEN value IS 247 (96.88% from 255) = 38.84%
BLUE value IS 214 (83.98% from 255) = 33.65%
R=27.52%
G=38.84%
B=33.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752472140.2900.130.03152.581.8282.75
HexAFF7D61D0D3985253
Octal257367326350153230122123
Binary1010111111110111110101101110101101111001100010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7D6; }

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

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

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

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

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

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

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

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