Shades of Scandal #ACD8CC
Tints of Scandal #ACD8CC
RGB
CMYK
RGB Variations
Color information
#ACD8CC (or 0xACD8CC) is known color: Scandal. HEX triplet: AC, D8 and CC. RGB value is (172,216,204). Sum of RGB (Red+Green+Blue) = 172+216+204=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 216 (84.77% from 255 or 36.49% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8CC is #532733. Grayscale: #C9C9C9. Windows color (decimal): -5449524 or 13424812. OLE color: 13424812.
HSL color Cylindrical-coordinate representation of color #ACD8CC: hue angle of 163.64º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8CC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 216 | 204 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.15 |
| HSL | 163.64º | 0.36% | 0.76% | - |
| HSV(B) | 163.64º | 0.2% | 0.85% | - |
| XYZ | 52.47 | 62.24 | 66.38 | - |
| YUV | 201.48 | 129.42 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 216 | 204 | 0.20 | 0 | 0.06 | 0.15 | 163.64 | 0.36 | 0.76 |
| Hex | AC | D8 | CC | 14 | 0 | 6 | F | A4 | 24 | 4C |
| Octal | 254 | 330 | 314 | 24 | 0 | 6 | 17 | 244 | 44 | 114 |
| Binary | 10101100 | 11011000 | 11001100 | 10100 | 0 | 110 | 1111 | 10100100 | 100100 | 1001100 |
Color Harmonies of #ACD8CC
Complementary color
Monochromatic Colors of #ACD8CC
Black with #ACD8CC
Text Example
Text Example
White with #ACD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD8CC; }
p { color: rgb(172,216,204); }
H1.HeaderClassName
{
color: #ACD8CC;
}
.AnyTagClassName
{
color: #ACD8CC;
}
</style>
background-color css
<style>
a { background-color: #ACD8CC; }
a { background-color: rgb(172,216,204); }
div.DivClassName
{
background-color: #ACD8CC;
}
.BgClassName
{
background-color: #ACD8CC;
}
</style>
border-color css
<style>
span { border-color: #ACD8CC; }
span { border-color: rgb(172,216,204); }
td.TdClassName
{
border-color: #ACD8CC;
}
.TagClassName
{
border-color: #ACD8CC;
}
</style>