#ACE7DD

Color #ACE7DD Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #ACE7DD

Tints of Ice Cold #ACE7DD

Color information

#ACE7DD (or 0xACE7DD) is unknown color: approx Ice Cold. HEX triplet: AC, E7 and DD. RGB value is (172,231,221). Sum of RGB (Red+Green+Blue) = 172+231+221=624 (82% of max value = 765). Red value is 172 (67.58% from 255 or 27.56% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #ACE7DD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE7DD is #531822. Grayscale: #D4D4D4. Windows color (decimal): -5445667 or 14542764. OLE color: 14542764.

HSL color Cylindrical-coordinate representation of color #ACE7DD: hue angle of 169.83º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE7DD is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB172231221-
CMYK0.2600.040.09
HSL169.83º55.14%79.02%-
HSV(B)169.83º25.54%90.59%-
XYZ58.6471.1479.05-
YUV212.22132.9599.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.56%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 221 (86.72% from 255) = 35.42%
R=27.56%
G=37.02%
B=35.42%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1722312210.2600.040.09169.8355.1479.02
HexACE7DD1A049aa374f
Octal25434733532041125267117
Binary1010110011100111110111011101001001001101010101101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE7DD; }

 p { color: rgb(172,231,221); }

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

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

 a { background-color: rgb(172,231,221); }

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

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

 span { border-color: rgb(172,231,221); }

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