#AFEDC9

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

Shades of Magic Mint #AFEDC9

Tints of Magic Mint #AFEDC9

Color information

#AFEDC9 (or 0xAFEDC9) is unknown color: approx Magic Mint. HEX triplet: AF, ED and C9. RGB value is (175,237,201). Sum of RGB (Red+Green+Blue) = 175+237+201=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 237 (92.97% from 255 or 38.66% from 613); Blue value is 201 (78.91% from 255 or 32.79% from 613); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDC9 is #501236. Grayscale: #D6D6D6. Windows color (decimal): -5247543 or 13233583. OLE color: 13233583.

HSL color Cylindrical-coordinate representation of color #AFEDC9: hue angle of 145.16º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDC9 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB175237201-
CMYK0.2600.150.07
HSL145.16º63.27%80.78%-
HSV(B)145.16º26.16%92.94%-
XYZ58.5173.966.44-
YUV214.36120.4699.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 237 (92.97% from 255) = 38.66%
BLUE value IS 201 (78.91% from 255) = 32.79%
R=28.55%
G=38.66%
B=32.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752372010.2600.150.07145.1663.2780.78
HexAFEDC91A0F7913f51
Octal25735531132017722177121
Binary1010111111101101110010011101001111111100100011111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEDC9; }

 p { color: rgb(175,237,201); }

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

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

 a { background-color: rgb(175,237,201); }

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

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

 span { border-color: rgb(175,237,201); }

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