#ACDAC9

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

Shades of Scandal #ACDAC9

Tints of Scandal #ACDAC9

Color information

#ACDAC9 (or 0xACDAC9) is unknown color: approx Scandal. HEX triplet: AC, DA and C9. RGB value is (172,218,201). Sum of RGB (Red+Green+Blue) = 172+218+201=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC9 is #532536. Grayscale: #CACACA. Windows color (decimal): -5449015 or 13228716. OLE color: 13228716.

HSL color Cylindrical-coordinate representation of color #ACDAC9: hue angle of 157.83º 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 #ACDAC9 is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB172218201-
CMYK0.2100.080.15
HSL157.83º38.33%76.47%-
HSV(B)157.83º21.1%85.49%-
XYZ52.6363.1364.67-
YUV202.31127.26106.38-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.10%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 201 (78.91% from 255) = 34.01%
R=29.10%
G=36.89%
B=34.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722182010.2100.080.15157.8338.3376.47
HexACDAC91508F9e264c
Octal254332311250101723646114
Binary10101100110110101100100110101010001111100111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDAC9; }

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

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

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

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

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

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

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

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