#AFFDDF

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

Shades of Magic Mint #AFFDDF

Tints of Magic Mint #AFFDDF

Color information

#AFFDDF (or 0xAFFDDF) is unknown color: approx Magic Mint. HEX triplet: AF, FD and DF. RGB value is (175,253,223). Sum of RGB (Red+Green+Blue) = 175+253+223=651 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.88% from 651); Green value is 253 (99.22% from 255 or 38.86% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDF is #500220. Grayscale: #E2E2E2. Windows color (decimal): -5243425 or 14679471. OLE color: 14679471.

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

Color convert

RGB175253223-
CMYK0.3100.120.01
HSL156.92º95.12%83.92%-
HSV(B)156.92º30.83%99.22%-
XYZ66.1284.6982.67-
YUV226.26126.1691.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.88%
GREEN value IS 253 (99.22% from 255) = 38.86%
BLUE value IS 223 (87.5% from 255) = 34.25%
R=26.88%
G=38.86%
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.01
SystemRedGreenBlueCMYKHSL
Decimal1752532230.3100.120.01156.9295.1283.92
HexAFFDDF1F0C19d5f54
Octal257375337370141235137124
Binary101011111111110111011111111110110011001110110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFDDF; }

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

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

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

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

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

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

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

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