#ACF0CE

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

Shades of Magic Mint #ACF0CE

Tints of Magic Mint #ACF0CE

Color information

#ACF0CE (or 0xACF0CE) is unknown color: approx Magic Mint. HEX triplet: AC, F0 and CE. RGB value is (172,240,206). Sum of RGB (Red+Green+Blue) = 172+240+206=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 206 (80.86% from 255 or 33.33% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF0CE is #530F31. Grayscale: #D7D7D7. Windows color (decimal): -5443378 or 13562028. OLE color: 13562028.

HSL color Cylindrical-coordinate representation of color #ACF0CE: hue angle of 150º degrees, saturation: 0.69, 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 #ACF0CE is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB172240206-
CMYK0.2800.140.06
HSL150º69.39%80.78%-
HSV(B)150º28.33%94.12%-
XYZ59.3175.5569.85-
YUV215.79122.4796.76-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.83%
GREEN value IS 240 (94.14% from 255) = 38.83%
BLUE value IS 206 (80.86% from 255) = 33.33%
R=27.83%
G=38.83%
B=33.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1722402060.2800.140.0615069.3980.78
HexACF0CE1C0E6964551
Octal254360316340166226105121
Binary10101100111100001100111011100011101101001011010001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACF0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACF0CE; }

 p { color: rgb(172,240,206); }

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

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

 a { background-color: rgb(172,240,206); }

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

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

 span { border-color: rgb(172,240,206); }

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