Shades of Scandal #ACD5CA
Tints of Scandal #ACD5CA
RGB
CMYK
RGB Variations
Color information
#ACD5CA (or 0xACD5CA) is known color: Scandal. HEX triplet: AC, D5 and CA. RGB value is (172,213,202). Sum of RGB (Red+Green+Blue) = 172+213+202=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD5CA is #532A35. Grayscale: #C7C7C7. Windows color (decimal): -5450294 or 13292972. OLE color: 13292972.
HSL color Cylindrical-coordinate representation of color #ACD5CA: hue angle of 163.9º 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 #ACD5CA is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 213 | 202 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.16 |
| HSL | 163.9º | 0.33% | 0.75% | - |
| HSV(B) | 163.9º | 0.19% | 0.84% | - |
| XYZ | 51.47 | 60.62 | 64.87 | - |
| YUV | 199.49 | 129.42 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 213 | 202 | 0.19 | 0 | 0.05 | 0.16 | 163.9 | 0.33 | 0.75 |
| Hex | AC | D5 | CA | 13 | 0 | 5 | 10 | A4 | 21 | 4B |
| Octal | 254 | 325 | 312 | 23 | 0 | 5 | 20 | 244 | 41 | 113 |
| Binary | 10101100 | 11010101 | 11001010 | 10011 | 0 | 101 | 10000 | 10100100 | 100001 | 1001011 |
Color Harmonies of #ACD5CA
Complementary color
Monochromatic Colors of #ACD5CA
Black with #ACD5CA
Text Example
Text Example
White with #ACD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD5CA; }
p { color: rgb(172,213,202); }
H1.HeaderClassName
{
color: #ACD5CA;
}
.AnyTagClassName
{
color: #ACD5CA;
}
</style>
background-color css
<style>
a { background-color: #ACD5CA; }
a { background-color: rgb(172,213,202); }
div.DivClassName
{
background-color: #ACD5CA;
}
.BgClassName
{
background-color: #ACD5CA;
}
</style>
border-color css
<style>
span { border-color: #ACD5CA; }
span { border-color: rgb(172,213,202); }
td.TdClassName
{
border-color: #ACD5CA;
}
.TagClassName
{
border-color: #ACD5CA;
}
</style>