#ACDCD0

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

Shades of Scandal #ACDCD0

Tints of Scandal #ACDCD0

Color information

#ACDCD0 (or 0xACDCD0) is unknown color: approx Scandal. HEX triplet: AC, DC and D0. RGB value is (172,220,208). Sum of RGB (Red+Green+Blue) = 172+220+208=600 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDCD0 is #53232F. Grayscale: #CCCCCC. Windows color (decimal): -5448496 or 13687980. OLE color: 13687980.

HSL color Cylindrical-coordinate representation of color #ACDCD0: hue angle of 165º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDCD0 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB172220208-
CMYK0.2200.050.14
HSL165º40.68%76.86%-
HSV(B)165º21.82%86.27%-
XYZ53.9964.5169.28-
YUV204.28130.1104.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.67%
GREEN value IS 220 (86.33% from 255) = 36.67%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=28.67%
G=36.67%
B=34.67%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722202080.2200.050.1416540.6876.86
HexACDCD01605Ea5294d
Octal25433432026051624551115
Binary1010110011011100110100001011001011110101001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDCD0; }

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

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

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

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

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

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

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

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