#ACDAD0

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

Shades of Scandal #ACDAD0

Tints of Scandal #ACDAD0

Color information

#ACDAD0 (or 0xACDAD0) is unknown color: approx Scandal. HEX triplet: AC, DA and D0. RGB value is (172,218,208). Sum of RGB (Red+Green+Blue) = 172+218+208=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD0 is #53252F. Grayscale: #CBCBCB. Windows color (decimal): -5449008 or 13687468. OLE color: 13687468.

HSL color Cylindrical-coordinate representation of color #ACDAD0: hue angle of 166.96º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAD0 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB172218208-
CMYK0.2100.050.15
HSL166.96º38.33%76.47%-
HSV(B)166.96º21.1%85.49%-
XYZ53.4763.4769.11-
YUV203.11130.76105.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 218 (85.55% from 255) = 36.45%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=28.76%
G=36.45%
B=34.78%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722182080.2100.050.15166.9638.3376.47
HexACDAD01505Fa7264c
Octal25433232025051724746114
Binary1010110011011010110100001010101011111101001111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAD0; }

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

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

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

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

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

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

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

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