Shades of Scandal #ACD3CC
Tints of Scandal #ACD3CC
RGB
CMYK
RGB Variations
Color information
#ACD3CC (or 0xACD3CC) is known color: 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
| RGB | 172 | 211 | 204 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.17 |
| HSL | 169.23º | 0.31% | 0.75% | - |
| HSV(B) | 169.23º | 0.18% | 0.83% | - |
| XYZ | 51.21 | 59.72 | 65.95 | - |
| YUV | 198.54 | 131.08 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 211 | 204 | 0.18 | 0 | 0.03 | 0.17 | 169.23 | 0.31 | 0.75 |
| Hex | AC | D3 | CC | 12 | 0 | 3 | 11 | A9 | 1F | 4B |
| Octal | 254 | 323 | 314 | 22 | 0 | 3 | 21 | 251 | 37 | 113 |
| Binary | 10101100 | 11010011 | 11001100 | 10010 | 0 | 11 | 10001 | 10101001 | 11111 | 1001011 |
Color Harmonies of #ACD3CC
Complementary color
Monochromatic Colors of #ACD3CC
Black with #ACD3CC
Text Example
Text Example
White with #ACD3CC
Text Example
Text Example
HTML Codes & Css Web 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>