#ACEDCE

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

Shades of Magic Mint #ACEDCE

Tints of Magic Mint #ACEDCE

Color information

#ACEDCE (or 0xACEDCE) is unknown color: approx Magic Mint. HEX triplet: AC, ED and CE. RGB value is (172,237,206). Sum of RGB (Red+Green+Blue) = 172+237+206=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDCE is #531231. Grayscale: #D6D6D6. Windows color (decimal): -5444146 or 13561260. OLE color: 13561260.

HSL color Cylindrical-coordinate representation of color #ACEDCE: hue angle of 151.38º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDCE is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB172237206-
CMYK0.2700.130.07
HSL151.38º64.36%80.2%-
HSV(B)151.38º27.43%92.94%-
XYZ58.4473.869.56-
YUV214.03123.4798.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.97%
GREEN value IS 237 (92.97% from 255) = 38.54%
BLUE value IS 206 (80.86% from 255) = 33.50%
R=27.97%
G=38.54%
B=33.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722372060.2700.130.07151.3864.3680.2
HexACEDCE1B0D7974050
Octal254355316330157227100120
Binary10101100111011011100111011011011011111001011110000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEDCE; }

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

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

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

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

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

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

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

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