#ACE5DA

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

Shades of Ice Cold #ACE5DA

Tints of Ice Cold #ACE5DA

Color information

#ACE5DA (or 0xACE5DA) is unknown color: approx Ice Cold. HEX triplet: AC, E5 and DA. RGB value is (172,229,218). Sum of RGB (Red+Green+Blue) = 172+229+218=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE5DA is #531A25. Grayscale: #D2D2D2. Windows color (decimal): -5446182 or 14345644. OLE color: 14345644.

HSL color Cylindrical-coordinate representation of color #ACE5DA: hue angle of 168.42º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5DA is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB172229218-
CMYK0.2500.050.10
HSL168.42º52.29%78.63%-
HSV(B)168.42º24.89%89.8%-
XYZ57.6969.8776.78-
YUV210.7132.12100.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 27.79%
GREEN value IS 229 (89.84% from 255) = 37.00%
BLUE value IS 218 (85.55% from 255) = 35.22%
R=27.79%
G=37.00%
B=35.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1722292180.2500.050.10168.4252.2978.63
HexACE5DA1905Aa8344f
Octal25434533231051225064117
Binary1010110011100101110110101100101011010101010001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE5DA; }

 p { color: rgb(172,229,218); }

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

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

 a { background-color: rgb(172,229,218); }

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

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

 span { border-color: rgb(172,229,218); }

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