#AFFAD6

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

Shades of Magic Mint #AFFAD6

Tints of Magic Mint #AFFAD6

Color information

#AFFAD6 (or 0xAFFAD6) is unknown color: approx Magic Mint. HEX triplet: AF, FA and D6. RGB value is (175,250,214). Sum of RGB (Red+Green+Blue) = 175+250+214=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 250 (98.05% from 255 or 39.12% from 639); Blue value is 214 (83.98% from 255 or 33.49% from 639); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAD6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFAD6 is #500529. Grayscale: #DFDFDF. Windows color (decimal): -5244202 or 14088879. OLE color: 14088879.

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

Color convert

RGB175250214-
CMYK0.300.140.02
HSL151.2º88.24%83.33%-
HSV(B)151.2º30%98.04%-
XYZ6482.3476.14-
YUV223.47122.6593.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.39%
GREEN value IS 250 (98.05% from 255) = 39.12%
BLUE value IS 214 (83.98% from 255) = 33.49%
R=27.39%
G=39.12%
B=33.49%

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
Decimal1752502140.300.140.02151.288.2483.33
HexAFFAD61E0E2975853
Octal257372326360162227130123
Binary1010111111111010110101101111001110101001011110110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFAD6; }

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

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

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

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

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

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

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

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