Shades of Scandal #ACD6CB
Tints of Scandal #ACD6CB
RGB
CMYK
RGB Variations
Color information
#ACD6CB (or 0xACD6CB) is known color: Scandal. HEX triplet: AC, D6 and CB. RGB value is (172,214,203). Sum of RGB (Red+Green+Blue) = 172+214+203=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 214 (83.98% from 255 or 36.33% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD6CB is #532934. Grayscale: #C8C8C8. Windows color (decimal): -5450037 or 13358764. OLE color: 13358764.
HSL color Cylindrical-coordinate representation of color #ACD6CB: hue angle of 164.29º 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 #ACD6CB is Cyan = 0.20, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 214 | 203 | - |
| CMYK | 0.20 | 0 | 0.05 | 0.16 |
| HSL | 164.29º | 0.34% | 0.76% | - |
| HSV(B) | 164.29º | 0.2% | 0.84% | - |
| XYZ | 51.84 | 61.18 | 65.58 | - |
| YUV | 200.19 | 129.59 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 214 | 203 | 0.20 | 0 | 0.05 | 0.16 | 164.29 | 0.34 | 0.76 |
| Hex | AC | D6 | CB | 14 | 0 | 5 | 10 | A4 | 22 | 4C |
| Octal | 254 | 326 | 313 | 24 | 0 | 5 | 20 | 244 | 42 | 114 |
| Binary | 10101100 | 11010110 | 11001011 | 10100 | 0 | 101 | 10000 | 10100100 | 100010 | 1001100 |
Color Harmonies of #ACD6CB
Complementary color
Monochromatic Colors of #ACD6CB
Black with #ACD6CB
Text Example
Text Example
White with #ACD6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD6CB; }
p { color: rgb(172,214,203); }
H1.HeaderClassName
{
color: #ACD6CB;
}
.AnyTagClassName
{
color: #ACD6CB;
}
</style>
background-color css
<style>
a { background-color: #ACD6CB; }
a { background-color: rgb(172,214,203); }
div.DivClassName
{
background-color: #ACD6CB;
}
.BgClassName
{
background-color: #ACD6CB;
}
</style>
border-color css
<style>
span { border-color: #ACD6CB; }
span { border-color: rgb(172,214,203); }
td.TdClassName
{
border-color: #ACD6CB;
}
.TagClassName
{
border-color: #ACD6CB;
}
</style>