Shades of Scandal #ACD1C9
Tints of Scandal #ACD1C9
RGB
CMYK
RGB Variations
Color information
#ACD1C9 (or 0xACD1C9) is known color: Scandal. HEX triplet: AC, D1 and C9. RGB value is (172,209,201). Sum of RGB (Red+Green+Blue) = 172+209+201=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 209 (82.03% from 255 or 35.91% from 582); Blue value is 201 (78.91% from 255 or 34.54% from 582); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD1C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD1C9 is #532E36. Grayscale: #C5C5C5. Windows color (decimal): -5451319 or 13226412. OLE color: 13226412.
HSL color Cylindrical-coordinate representation of color #ACD1C9: hue angle of 167.03º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ACD1C9 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 209 | 201 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.18 |
| HSL | 167.03º | 0.29% | 0.75% | - |
| HSV(B) | 167.03º | 0.18% | 0.82% | - |
| XYZ | 50.36 | 58.59 | 63.91 | - |
| YUV | 197.03 | 130.24 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 209 | 201 | 0.18 | 0 | 0.04 | 0.18 | 167.03 | 0.29 | 0.75 |
| Hex | AC | D1 | C9 | 12 | 0 | 4 | 12 | A7 | 1D | 4B |
| Octal | 254 | 321 | 311 | 22 | 0 | 4 | 22 | 247 | 35 | 113 |
| Binary | 10101100 | 11010001 | 11001001 | 10010 | 0 | 100 | 10010 | 10100111 | 11101 | 1001011 |
Color Harmonies of #ACD1C9
Complementary color
Monochromatic Colors of #ACD1C9
Black with #ACD1C9
Text Example
Text Example
White with #ACD1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD1C9; }
p { color: rgb(172,209,201); }
H1.HeaderClassName
{
color: #ACD1C9;
}
.AnyTagClassName
{
color: #ACD1C9;
}
</style>
background-color css
<style>
a { background-color: #ACD1C9; }
a { background-color: rgb(172,209,201); }
div.DivClassName
{
background-color: #ACD1C9;
}
.BgClassName
{
background-color: #ACD1C9;
}
</style>
border-color css
<style>
span { border-color: #ACD1C9; }
span { border-color: rgb(172,209,201); }
td.TdClassName
{
border-color: #ACD1C9;
}
.TagClassName
{
border-color: #ACD1C9;
}
</style>