#ACFBCE

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

Shades of Magic Mint #ACFBCE

Tints of Magic Mint #ACFBCE

Color information

#ACFBCE (or 0xACFBCE) is unknown color: approx Magic Mint. HEX triplet: AC, FB and CE. RGB value is (172,251,206). Sum of RGB (Red+Green+Blue) = 172+251+206=629 (83% of max value = 765). Red value is 172 (67.58% from 255 or 27.34% from 629); Green value is 251 (98.44% from 255 or 39.90% from 629); Blue value is 206 (80.86% from 255 or 32.75% from 629); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFBCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFBCE is #530431. Grayscale: #DEDEDE. Windows color (decimal): -5440562 or 13564844. OLE color: 13564844.

HSL color Cylindrical-coordinate representation of color #ACFBCE: hue angle of 145.82º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACFBCE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB172251206-
CMYK0.3100.180.02
HSL145.82º90.8%82.94%-
HSV(B)145.82º31.47%98.43%-
XYZ62.6582.2270.96-
YUV222.25118.8392.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.34%
GREEN value IS 251 (98.44% from 255) = 39.90%
BLUE value IS 206 (80.86% from 255) = 32.75%
R=27.34%
G=39.90%
B=32.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722512060.3100.180.02145.8290.882.94
HexACFBCE1F0122925b53
Octal254373316370222222133123
Binary10101100111110111100111011111010010101001001010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFBCE; }

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

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

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

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

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

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

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

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