#AFFDC9

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

Shades of Magic Mint #AFFDC9

Tints of Magic Mint #AFFDC9

Color information

#AFFDC9 (or 0xAFFDC9) is unknown color: approx Magic Mint. HEX triplet: AF, FD and C9. RGB value is (175,253,201). Sum of RGB (Red+Green+Blue) = 175+253+201=629 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.82% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 201 (78.91% from 255 or 31.96% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDC9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDC9 is #500236. Grayscale: #DFDFDF. Windows color (decimal): -5243447 or 13237679. OLE color: 13237679.

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

Color convert

RGB175253201-
CMYK0.3100.210.01
HSL140º95.12%83.92%-
HSV(B)140º30.83%99.22%-
XYZ63.3583.5868.05-
YUV223.75115.1693.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.82%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 201 (78.91% from 255) = 31.96%
R=27.82%
G=40.22%
B=31.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1752532010.3100.210.0114095.1283.92
HexAFFDC91F01518c5f54
Octal257375311370251214137124
Binary1010111111111101110010011111101010111000110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDC9; }

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

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

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

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

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

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

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

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