#ACF8DD

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

Shades of Magic Mint #ACF8DD

Tints of Magic Mint #ACF8DD

Color information

#ACF8DD (or 0xACF8DD) is unknown color: approx Magic Mint. HEX triplet: AC, F8 and DD. RGB value is (172,248,221). Sum of RGB (Red+Green+Blue) = 172+248+221=641 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.83% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 221 (86.72% from 255 or 34.48% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF8DD is #530722. Grayscale: #DEDEDE. Windows color (decimal): -5441315 or 14547116. OLE color: 14547116.

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

Color convert

RGB172248221-
CMYK0.3100.110.03
HSL158.68º84.44%82.35%-
HSV(B)158.68º30.65%97.25%-
XYZ63.6381.1380.71-
YUV222.2127.3292.2-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.83%
GREEN value IS 248 (97.27% from 255) = 38.69%
BLUE value IS 221 (86.72% from 255) = 34.48%
R=26.83%
G=38.69%
B=34.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1722482210.3100.110.03158.6884.4482.35
HexACF8DD1F0B39f5452
Octal254370335370133237124122
Binary1010110011111000110111011111101011111001111110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF8DD; }

 p { color: rgb(172,248,221); }

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

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

 a { background-color: rgb(172,248,221); }

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

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

 span { border-color: rgb(172,248,221); }

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