Shades of Scandal #ACD2CB
Tints of Scandal #ACD2CB
RGB
CMYK
RGB Variations
Color information
#ACD2CB (or 0xACD2CB) is known color: Scandal. HEX triplet: AC, D2 and CB. RGB value is (172,210,203). Sum of RGB (Red+Green+Blue) = 172+210+203=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD2CB is #532D34. Grayscale: #C5C5C5. Windows color (decimal): -5451061 or 13357740. OLE color: 13357740.
HSL color Cylindrical-coordinate representation of color #ACD2CB: hue angle of 168.95º degrees, saturation: 0.3, 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 #ACD2CB is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 203 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.18 |
| HSL | 168.95º | 0.3% | 0.75% | - |
| HSV(B) | 168.95º | 0.18% | 0.82% | - |
| XYZ | 50.84 | 59.18 | 65.24 | - |
| YUV | 197.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 203 | 0.18 | 0 | 0.03 | 0.18 | 168.95 | 0.3 | 0.75 |
| Hex | AC | D2 | CB | 12 | 0 | 3 | 12 | A9 | 1E | 4B |
| Octal | 254 | 322 | 313 | 22 | 0 | 3 | 22 | 251 | 36 | 113 |
| Binary | 10101100 | 11010010 | 11001011 | 10010 | 0 | 11 | 10010 | 10101001 | 11110 | 1001011 |
Color Harmonies of #ACD2CB
Complementary color
Monochromatic Colors of #ACD2CB
Black with #ACD2CB
Text Example
Text Example
White with #ACD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD2CB; }
p { color: rgb(172,210,203); }
H1.HeaderClassName
{
color: #ACD2CB;
}
.AnyTagClassName
{
color: #ACD2CB;
}
</style>
background-color css
<style>
a { background-color: #ACD2CB; }
a { background-color: rgb(172,210,203); }
div.DivClassName
{
background-color: #ACD2CB;
}
.BgClassName
{
background-color: #ACD2CB;
}
</style>
border-color css
<style>
span { border-color: #ACD2CB; }
span { border-color: rgb(172,210,203); }
td.TdClassName
{
border-color: #ACD2CB;
}
.TagClassName
{
border-color: #ACD2CB;
}
</style>