#ACFFD0

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

Shades of Magic Mint #ACFFD0

Tints of Magic Mint #ACFFD0

Color information

#ACFFD0 (or 0xACFFD0) is unknown color: approx Magic Mint. HEX triplet: AC, FF and D0. RGB value is (172,255,208). Sum of RGB (Red+Green+Blue) = 172+255+208=635 (84% of max value = 765). Red value is 172 (67.58% from 255 or 27.09% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 208 (81.64% from 255 or 32.76% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFD0 is #53002F. Grayscale: #E0E0E0. Windows color (decimal): -5439536 or 13696940. OLE color: 13696940.

HSL color Cylindrical-coordinate representation of color #ACFFD0: hue angle of 146.02º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFD0 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB172255208-
CMYK0.3300.180
HSL146.02º100%83.73%-
HSV(B)146.02º32.55%100%-
XYZ64.1684.8472.67-
YUV224.82118.590.32-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.09%
GREEN value IS 255 (100% from 255) = 40.16%
BLUE value IS 208 (81.64% from 255) = 32.76%
R=27.09%
G=40.16%
B=32.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1722552080.3300.180146.0210083.73
HexACFFD0210120926454
Octal254377320410220222144124
Binary10101100111111111101000010000101001001001001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFFD0; }

 p { color: rgb(172,255,208); }

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

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

 a { background-color: rgb(172,255,208); }

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

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

 span { border-color: rgb(172,255,208); }

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