#ACFCCE

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

Shades of Magic Mint #ACFCCE

Tints of Magic Mint #ACFCCE

Color information

#ACFCCE (or 0xACFCCE) is unknown color: approx Magic Mint. HEX triplet: AC, FC and CE. RGB value is (172,252,206). Sum of RGB (Red+Green+Blue) = 172+252+206=630 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.30% from 630); Green value is 252 (98.83% from 255 or 40% from 630); Blue value is 206 (80.86% from 255 or 32.70% from 630); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFCCE is #530331. Grayscale: #DEDEDE. Windows color (decimal): -5440306 or 13565100. OLE color: 13565100.

HSL color Cylindrical-coordinate representation of color #ACFCCE: hue angle of 145.5º 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 #ACFCCE is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.

Color convert

RGB172252206-
CMYK0.3200.180.01
HSL145.5º93.02%83.14%-
HSV(B)145.5º31.75%98.82%-
XYZ62.9682.8571.07-
YUV222.84118.591.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.30%
GREEN value IS 252 (98.83% from 255) = 40%
BLUE value IS 206 (80.86% from 255) = 32.70%
R=27.30%
G=40%
B=32.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722522060.3200.180.01145.593.0283.14
HexACFCCE200121925d53
Octal254374316400221222135123
Binary10101100111111001100111010000001001011001001010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFCCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFCCE; }

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

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

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

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

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

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

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

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