#ACFADE

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

Shades of Magic Mint #ACFADE

Tints of Magic Mint #ACFADE

Color information

#ACFADE (or 0xACFADE) is unknown color: approx Magic Mint. HEX triplet: AC, FA and DE. RGB value is (172,250,222). Sum of RGB (Red+Green+Blue) = 172+250+222=644 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.71% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 222 (87.11% from 255 or 34.47% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFADE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFADE is #530521. Grayscale: #DFDFDF. Windows color (decimal): -5440802 or 14613164. OLE color: 14613164.

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

Color convert

RGB172250222-
CMYK0.3100.110.02
HSL158.46º88.64%82.75%-
HSV(B)158.46º31.2%98.04%-
XYZ64.3882.4281.62-
YUV223.49127.1691.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.71%
GREEN value IS 250 (98.05% from 255) = 38.82%
BLUE value IS 222 (87.11% from 255) = 34.47%
R=26.71%
G=38.82%
B=34.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722502220.3100.110.02158.4688.6482.75
HexACFADE1F0B29e5953
Octal254372336370132236131123
Binary1010110011111010110111101111101011101001111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFADE; }

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

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

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

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

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

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

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

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