#ACFCD7

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

Shades of Magic Mint #ACFCD7

Tints of Magic Mint #ACFCD7

Color information

#ACFCD7 (or 0xACFCD7) is unknown color: approx Magic Mint. HEX triplet: AC, FC and D7. RGB value is (172,252,215). Sum of RGB (Red+Green+Blue) = 172+252+215=639 (84% of max value = 765). Red value is 172 (67.58% from 255 or 26.92% from 639); Green value is 252 (98.83% from 255 or 39.44% from 639); Blue value is 215 (84.38% from 255 or 33.65% from 639); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCD7 is #530328. Grayscale: #DFDFDF. Windows color (decimal): -5440297 or 14154924. OLE color: 14154924.

HSL color Cylindrical-coordinate representation of color #ACFCD7: hue angle of 152.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCD7 is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB172252215-
CMYK0.3200.150.01
HSL152.25º93.02%83.14%-
HSV(B)152.25º31.75%98.82%-
XYZ64.0983.376.99-
YUV223.8612391.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.92%
GREEN value IS 252 (98.83% from 255) = 39.44%
BLUE value IS 215 (84.38% from 255) = 33.65%
R=26.92%
G=39.44%
B=33.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522150.3200.150.01152.2593.0283.14
HexACFCD7200F1985d53
Octal254374327400171230135123
Binary1010110011111100110101111000000111111001100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCD7; }

 p { color: rgb(172,252,215); }

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

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

 a { background-color: rgb(172,252,215); }

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

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

 span { border-color: rgb(172,252,215); }

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