#AFFFE0

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

Shades of Magic Mint #AFFFE0

Tints of Magic Mint #AFFFE0

Color information

#AFFFE0 (or 0xAFFFE0) is unknown color: approx Magic Mint. HEX triplet: AF, FF and E0. RGB value is (175,255,224). Sum of RGB (Red+Green+Blue) = 175+255+224=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 224 (87.89% from 255 or 34.25% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFE0 is #50001F. Grayscale: #E3E3E3. Windows color (decimal): -5242912 or 14745519. OLE color: 14745519.

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

Color convert

RGB175255224-
CMYK0.3100.120
HSL156.75º100%84.31%-
HSV(B)156.75º31.37%100%-
XYZ66.8986.0283.6-
YUV227.5512690.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 224 (87.89% from 255) = 34.25%
R=26.76%
G=38.99%
B=34.25%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552240.3100.120156.7510084.31
HexAFFFE01F0C09d6454
Octal257377340370140235144124
Binary101011111111111111100000111110110001001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFE0; }

 p { color: rgb(175,255,224); }

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

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

 a { background-color: rgb(175,255,224); }

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

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

 span { border-color: rgb(175,255,224); }

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