#ACD9CC

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

Shades of Scandal #ACD9CC

Tints of Scandal #ACD9CC

Color information

#ACD9CC (or 0xACD9CC) is unknown color: approx Scandal. HEX triplet: AC, D9 and CC. RGB value is (172,217,204). Sum of RGB (Red+Green+Blue) = 172+217+204=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD9CC is #532633. Grayscale: #CACACA. Windows color (decimal): -5449268 or 13425068. OLE color: 13425068.

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

Color convert

RGB172217204-
CMYK0.2100.060.15
HSL162.67º37.19%76.27%-
HSV(B)162.67º20.74%85.1%-
XYZ52.7362.7666.46-
YUV202.06129.09106.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 217 (85.16% from 255) = 36.59%
BLUE value IS 204 (80.08% from 255) = 34.40%
R=29.01%
G=36.59%
B=34.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1722172040.2100.060.15162.6737.1976.27
HexACD9CC1506Fa3254c
Octal25433131425061724345114
Binary1010110011011001110011001010101101111101000111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD9CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD9CC; }

 p { color: rgb(172,217,204); }

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

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

 a { background-color: rgb(172,217,204); }

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

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

 span { border-color: rgb(172,217,204); }

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