#ACFEDD

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

Shades of Magic Mint #ACFEDD

Tints of Magic Mint #ACFEDD

Color information

#ACFEDD (or 0xACFEDD) is unknown color: approx Magic Mint. HEX triplet: AC, FE and DD. RGB value is (172,254,221). Sum of RGB (Red+Green+Blue) = 172+254+221=647 (85% of max value = 765). Red value is 172 (67.58% from 255 or 26.58% from 647); Green value is 254 (99.61% from 255 or 39.26% from 647); Blue value is 221 (86.72% from 255 or 34.16% from 647); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEDD is #530122. Grayscale: #E1E1E1. Windows color (decimal): -5439779 or 14548652. OLE color: 14548652.

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

Color convert

RGB172254221-
CMYK0.3200.130.00
HSL155.85º97.62%83.53%-
HSV(B)155.85º32.28%99.61%-
XYZ65.5184.8781.34-
YUV225.72125.3389.68-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 26.58%
GREEN value IS 254 (99.61% from 255) = 39.26%
BLUE value IS 221 (86.72% from 255) = 34.16%
R=26.58%
G=39.26%
B=34.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1722542210.3200.130.00155.8597.6283.53
HexACFEDD200D09c6254
Octal254376335400150234142124
Binary1010110011111110110111011000000110101001110011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFEDD; }

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

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

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

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

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

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

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

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