#ACE1D0

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

Shades of Ice Cold #ACE1D0

Tints of Ice Cold #ACE1D0

Color information

#ACE1D0 (or 0xACE1D0) is unknown color: approx Ice Cold. HEX triplet: AC, E1 and D0. RGB value is (172,225,208). Sum of RGB (Red+Green+Blue) = 172+225+208=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACE1D0 is #531E2F. Grayscale: #CFCFCF. Windows color (decimal): -5447216 or 13689260. OLE color: 13689260.

HSL color Cylindrical-coordinate representation of color #ACE1D0: hue angle of 160.75º degrees, saturation: 0.47, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ACE1D0 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB172225208-
CMYK0.2400.080.12
HSL160.75º46.9%77.84%-
HSV(B)160.75º23.56%88.24%-
XYZ55.3267.1869.72-
YUV207.21128.44102.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.43%
GREEN value IS 225 (88.28% from 255) = 37.19%
BLUE value IS 208 (81.64% from 255) = 34.38%
R=28.43%
G=37.19%
B=34.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1722252080.2400.080.12160.7546.977.84
HexACE1D01808Ca12f4e
Octal254341320300101424157116
Binary10101100111000011101000011000010001100101000011011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACE1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACE1D0; }

 p { color: rgb(172,225,208); }

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

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

 a { background-color: rgb(172,225,208); }

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

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

 span { border-color: rgb(172,225,208); }

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