#acefd8

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

Shades of Magic Mint #ACEFD8

Tints of Magic Mint #ACEFD8

Color information

#ACEFD8 (or 0xACEFD8) is unknown color: approx Magic Mint. HEX triplet: AC, EF and D8. RGB value is (172,239,216). Sum of RGB (Red+Green+Blue) = 172+239+216=627 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.43% from 627); Green value is 239 (93.75% from 255 or 38.12% from 627); Blue value is 216 (84.77% from 255 or 34.45% from 627); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFD8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEFD8 is #531027. Grayscale: #D8D8D8. Windows color (decimal): -5443624 or 14217132. OLE color: 14217132.

HSL color Cylindrical-coordinate representation of color #ACEFD8: hue angle of 159.4º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFD8 is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB172239216-
CMYK0.2800.100.06
HSL159.4º67.68%80.59%-
HSV(B)159.4º28.03%93.73%-
XYZ60.2775.4676.35-
YUV216.34127.896.37-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.43%
GREEN value IS 239 (93.75% from 255) = 38.12%
BLUE value IS 216 (84.77% from 255) = 34.45%
R=27.43%
G=38.12%
B=34.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722392160.2800.100.06159.467.6880.59
HexACEFD81C0A69f4451
Octal254357330340126237104121
Binary10101100111011111101100011100010101101001111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acefd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acefd8; }

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

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

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

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

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

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

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

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