#ACDACA

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

Shades of Scandal #ACDACA

Tints of Scandal #ACDACA

Color information

#ACDACA (or 0xACDACA) is unknown color: approx Scandal. HEX triplet: AC, DA and CA. RGB value is (172,218,202). Sum of RGB (Red+Green+Blue) = 172+218+202=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDACA is #532535. Grayscale: #CACACA. Windows color (decimal): -5449014 or 13294252. OLE color: 13294252.

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

Color convert

RGB172218202-
CMYK0.2100.070.15
HSL159.13º38.33%76.47%-
HSV(B)159.13º21.1%85.49%-
XYZ52.7563.1865.29-
YUV202.42127.76106.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.05%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 202 (79.30% from 255) = 34.12%
R=29.05%
G=36.82%
B=34.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722182020.2100.070.15159.1338.3376.47
HexACDACA1507F9f264c
Octal25433231225071723746114
Binary1010110011011010110010101010101111111100111111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDACA; }

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

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

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

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

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

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

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

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