#AFFED3

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

Shades of Magic Mint #AFFED3

Tints of Magic Mint #AFFED3

Color information

#AFFED3 (or 0xAFFED3) is unknown color: approx Magic Mint. HEX triplet: AF, FE and D3. RGB value is (175,254,211). Sum of RGB (Red+Green+Blue) = 175+254+211=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFED3 is #50012C. Grayscale: #E1E1E1. Windows color (decimal): -5243181 or 13893295. OLE color: 13893295.

HSL color Cylindrical-coordinate representation of color #AFFED3: hue angle of 147.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFED3 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB175254211-
CMYK0.3100.170.00
HSL147.34º97.53%84.12%-
HSV(B)147.34º31.1%99.61%-
XYZ64.8884.774.56-
YUV225.48119.8392-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.34%
GREEN value IS 254 (99.61% from 255) = 39.69%
BLUE value IS 211 (82.81% from 255) = 32.97%
R=27.34%
G=39.69%
B=32.97%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542110.3100.170.00147.3497.5384.12
HexAFFED31F0110936254
Octal257376323370210223142124
Binary1010111111111110110100111111101000101001001111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFED3; }

 p { color: rgb(175,254,211); }

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

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

 a { background-color: rgb(175,254,211); }

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

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

 span { border-color: rgb(175,254,211); }

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