#ACFAD8

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

Shades of Magic Mint #ACFAD8

Tints of Magic Mint #ACFAD8

Color information

#ACFAD8 (or 0xACFAD8) is unknown color: approx Magic Mint. HEX triplet: AC, FA and D8. RGB value is (172,250,216). Sum of RGB (Red+Green+Blue) = 172+250+216=638 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.96% from 638); Green value is 250 (98.05% from 255 or 39.18% from 638); Blue value is 216 (84.77% from 255 or 33.86% from 638); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFAD8 is #530527. Grayscale: #DEDEDE. Windows color (decimal): -5440808 or 14219948. OLE color: 14219948.

HSL color Cylindrical-coordinate representation of color #ACFAD8: hue angle of 153.85º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFAD8 is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB172250216-
CMYK0.3100.140.02
HSL153.85º88.64%82.75%-
HSV(B)153.85º31.2%98.04%-
XYZ63.5982.177.46-
YUV222.8124.1691.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.96%
GREEN value IS 250 (98.05% from 255) = 39.18%
BLUE value IS 216 (84.77% from 255) = 33.86%
R=26.96%
G=39.18%
B=33.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502160.3100.140.02153.8588.6482.75
HexACFAD81F0E29a5953
Octal254372330370162232131123
Binary1010110011111010110110001111101110101001101010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFAD8; }

 p { color: rgb(172,250,216); }

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

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

 a { background-color: rgb(172,250,216); }

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

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

 span { border-color: rgb(172,250,216); }

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