#ACEECE

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

Shades of Magic Mint #ACEECE

Tints of Magic Mint #ACEECE

Color information

#ACEECE (or 0xACEECE) is unknown color: approx Magic Mint. HEX triplet: AC, EE and CE. RGB value is (172,238,206). Sum of RGB (Red+Green+Blue) = 172+238+206=616 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.92% from 616); Green value is 238 (93.36% from 255 or 38.64% from 616); Blue value is 206 (80.86% from 255 or 33.44% from 616); Max value from RGB is 238 - color contains mainly: green. Hex color #ACEECE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEECE is #531131. Grayscale: #D6D6D6. Windows color (decimal): -5443890 or 13561516. OLE color: 13561516.

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

Color convert

RGB172238206-
CMYK0.2800.130.07
HSL150.91º66%80.39%-
HSV(B)150.91º27.73%93.33%-
XYZ58.7374.3869.65-
YUV214.62123.1397.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.92%
GREEN value IS 238 (93.36% from 255) = 38.64%
BLUE value IS 206 (80.86% from 255) = 33.44%
R=27.92%
G=38.64%
B=33.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1722382060.2800.130.07150.916680.39
HexACEECE1C0D7974250
Octal254356316340157227102120
Binary10101100111011101100111011100011011111001011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACEECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACEECE; }

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

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

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

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

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

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

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

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