#ACDFD0

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

Shades of Ice Cold #ACDFD0

Tints of Ice Cold #ACDFD0

Color information

#ACDFD0 (or 0xACDFD0) is unknown color: approx Ice Cold. HEX triplet: AC, DF and D0. RGB value is (172,223,208). Sum of RGB (Red+Green+Blue) = 172+223+208=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 223 (87.5% from 255 or 36.98% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD0 is #53202F. Grayscale: #CECECE. Windows color (decimal): -5447728 or 13688748. OLE color: 13688748.

HSL color Cylindrical-coordinate representation of color #ACDFD0: hue angle of 162.35º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFD0 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB172223208-
CMYK0.2300.070.13
HSL162.35º44.35%77.45%-
HSV(B)162.35º22.87%87.45%-
XYZ54.7966.169.55-
YUV206.04129.1103.72-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.52%
GREEN value IS 223 (87.5% from 255) = 36.98%
BLUE value IS 208 (81.64% from 255) = 34.49%
R=28.52%
G=36.98%
B=34.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1722232080.2300.070.13162.3544.3577.45
HexACDFD01707Da22c4d
Octal25433732027071524254115
Binary1010110011011111110100001011101111101101000101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDFD0; }

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

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

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

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

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

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

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

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