Shades of Scandal #ACD6CA
Tints of Scandal #ACD6CA
RGB
CMYK
RGB Variations
Color information
#ACD6CA (or 0xACD6CA) is known color: Scandal. HEX triplet: AC, D6 and CA. RGB value is (172,214,202). Sum of RGB (Red+Green+Blue) = 172+214+202=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6CA is #532935. Grayscale: #C8C8C8. Windows color (decimal): -5450038 or 13293228. OLE color: 13293228.
HSL color Cylindrical-coordinate representation of color #ACD6CA: hue angle of 162.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD6CA is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 202 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.16 |
| HSL | 162.86º | 0.34% | 0.76% | - |
| HSV(B) | 162.86º | 0.2% | 0.84% | - |
| XYZ | 51.72 | 61.13 | 64.95 | - |
| YUV | 200.07 | 129.09 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 202 | 0.20 | 0 | 0.06 | 0.16 | 162.86 | 0.34 | 0.76 |
| Hex | AC | D6 | CA | 14 | 0 | 6 | 10 | A3 | 22 | 4C |
| Octal | 254 | 326 | 312 | 24 | 0 | 6 | 20 | 243 | 42 | 114 |
| Binary | 10101100 | 11010110 | 11001010 | 10100 | 0 | 110 | 10000 | 10100011 | 100010 | 1001100 |
Color Harmonies of #ACD6CA
Complementary color
Monochromatic Colors of #ACD6CA
Black with #ACD6CA
Text Example
Text Example
White with #ACD6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6CA; }
p { color: rgb(172,214,202); }
H1.HeaderClassName
{
color: #ACD6CA;
}
.AnyTagClassName
{
color: #ACD6CA;
}
</style>
background-color css
<style>
a { background-color: #ACD6CA; }
a { background-color: rgb(172,214,202); }
div.DivClassName
{
background-color: #ACD6CA;
}
.BgClassName
{
background-color: #ACD6CA;
}
</style>
border-color css
<style>
span { border-color: #ACD6CA; }
span { border-color: rgb(172,214,202); }
td.TdClassName
{
border-color: #ACD6CA;
}
.TagClassName
{
border-color: #ACD6CA;
}
</style>