Shades of Scandal #ACD5CD
Tints of Scandal #ACD5CD
RGB
CMYK
RGB Variations
Color information
#ACD5CD (or 0xACD5CD) is known color: Scandal. HEX triplet: AC, D5 and CD. RGB value is (172,213,205). Sum of RGB (Red+Green+Blue) = 172+213+205=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 205 (80.47% from 255 or 34.75% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5CD is #532A32. Grayscale: #C7C7C7. Windows color (decimal): -5450291 or 13489580. OLE color: 13489580.
HSL color Cylindrical-coordinate representation of color #ACD5CD: hue angle of 168.29º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD5CD is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 205 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.16 |
| HSL | 168.29º | 0.33% | 0.75% | - |
| HSV(B) | 168.29º | 0.19% | 0.84% | - |
| XYZ | 51.83 | 60.77 | 66.76 | - |
| YUV | 199.83 | 130.92 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 205 | 0.19 | 0 | 0.04 | 0.16 | 168.29 | 0.33 | 0.75 |
| Hex | AC | D5 | CD | 13 | 0 | 4 | 10 | A8 | 21 | 4B |
| Octal | 254 | 325 | 315 | 23 | 0 | 4 | 20 | 250 | 41 | 113 |
| Binary | 10101100 | 11010101 | 11001101 | 10011 | 0 | 100 | 10000 | 10101000 | 100001 | 1001011 |
Color Harmonies of #ACD5CD
Complementary color
Monochromatic Colors of #ACD5CD
Black with #ACD5CD
Text Example
Text Example
White with #ACD5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5CD; }
p { color: rgb(172,213,205); }
H1.HeaderClassName
{
color: #ACD5CD;
}
.AnyTagClassName
{
color: #ACD5CD;
}
</style>
background-color css
<style>
a { background-color: #ACD5CD; }
a { background-color: rgb(172,213,205); }
div.DivClassName
{
background-color: #ACD5CD;
}
.BgClassName
{
background-color: #ACD5CD;
}
</style>
border-color css
<style>
span { border-color: #ACD5CD; }
span { border-color: rgb(172,213,205); }
td.TdClassName
{
border-color: #ACD5CD;
}
.TagClassName
{
border-color: #ACD5CD;
}
</style>