#AFFEDE

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

Shades of Magic Mint #AFFEDE

Tints of Magic Mint #AFFEDE

Color information

#AFFEDE (or 0xAFFEDE) is unknown color: approx Magic Mint. HEX triplet: AF, FE and DE. RGB value is (175,254,222). Sum of RGB (Red+Green+Blue) = 175+254+222=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 254 (99.61% from 255 or 39.02% from 651); Blue value is 222 (87.11% from 255 or 34.10% from 651); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEDE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEDE is #500121. Grayscale: #E2E2E2. Windows color (decimal): -5243170 or 14614191. OLE color: 14614191.

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

Color convert

RGB175254222-
CMYK0.3100.130.00
HSL155.7º97.53%84.12%-
HSV(B)155.7º31.1%99.61%-
XYZ66.3185.2782.07-
YUV226.73125.3391.1-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 254 (99.61% from 255) = 39.02%
BLUE value IS 222 (87.11% from 255) = 34.10%
R=26.88%
G=39.02%
B=34.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1752542220.3100.130.00155.797.5384.12
HexAFFEDE1F0D09c6254
Octal257376336370150234142124
Binary101011111111111011011110111110110101001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFEDE; }

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

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

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

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

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

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

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

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