#ACD3CC

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

Shades of Scandal #ACD3CC

Tints of Scandal #ACD3CC

Color information

#ACD3CC (or 0xACD3CC) is unknown color: approx Scandal. HEX triplet: AC, D3 and CC. RGB value is (172,211,204). Sum of RGB (Red+Green+Blue) = 172+211+204=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD3CC is #532C33. Grayscale: #C6C6C6. Windows color (decimal): -5450804 or 13423532. OLE color: 13423532.

HSL color Cylindrical-coordinate representation of color #ACD3CC: hue angle of 169.23º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD3CC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB172211204-
CMYK0.1800.030.17
HSL169.23º30.71%75.1%-
HSV(B)169.23º18.48%82.75%-
XYZ51.2159.7265.95-
YUV198.54131.08109.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.30%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=29.30%
G=35.95%
B=34.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1722112040.1800.030.17169.2330.7175.1
HexACD3CC120311a91f4b
Octal25432331422032125137113
Binary101011001101001111001100100100111000110101001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD3CC; }

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

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

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

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

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

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

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

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