#AFFADE

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

Shades of Magic Mint #AFFADE

Tints of Magic Mint #AFFADE

Color information

#AFFADE (or 0xAFFADE) is unknown color: approx Magic Mint. HEX triplet: AF, FA and DE. RGB value is (175,250,222). Sum of RGB (Red+Green+Blue) = 175+250+222=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 222 (87.11% from 255 or 34.31% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADE is #500521. Grayscale: #E0E0E0. Windows color (decimal): -5244194 or 14613167. OLE color: 14613167.

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

Color convert

RGB175250222-
CMYK0.300.110.02
HSL157.6º88.24%83.33%-
HSV(B)157.6º30%98.04%-
XYZ65.0582.7681.65-
YUV224.38126.6592.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.05%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 222 (87.11% from 255) = 34.31%
R=27.05%
G=38.64%
B=34.31%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1752502220.300.110.02157.688.2483.33
HexAFFADE1E0B29e5853
Octal257372336360132236130123
Binary1010111111111010110111101111001011101001111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFADE; }

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

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

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

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

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

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

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

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