Shades of Scandal #ACD4C8
Tints of Scandal #ACD4C8
RGB
CMYK
RGB Variations
Color information
#ACD4C8 (or 0xACD4C8) is known color: Scandal. HEX triplet: AC, D4 and C8. RGB value is (172,212,200). Sum of RGB (Red+Green+Blue) = 172+212+200=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 212 (83.20% from 255 or 36.30% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD4C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD4C8 is #532B37. Grayscale: #C6C6C6. Windows color (decimal): -5450552 or 13161644. OLE color: 13161644.
HSL color Cylindrical-coordinate representation of color #ACD4C8: hue angle of 162º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ACD4C8 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
RGB | 172 | 212 | 200 | - |
CMYK | 0.19 | 0 | 0.06 | 0.17 |
HSL | 162º | 0.32% | 0.75% | - |
HSV(B) | 162º | 0.19% | 0.83% | - |
XYZ | 50.98 | 60.03 | 63.54 | - |
YUV | 198.67 | 128.75 | 108.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 212 | 200 | 0.19 | 0 | 0.06 | 0.17 | 162 | 0.32 | 0.75 |
Hex | AC | D4 | C8 | 13 | 0 | 6 | 11 | A2 | 20 | 4B |
Octal | 254 | 324 | 310 | 23 | 0 | 6 | 21 | 242 | 40 | 113 |
Binary | 10101100 | 11010100 | 11001000 | 10011 | 0 | 110 | 10001 | 10100010 | 100000 | 1001011 |
Color Harmonies of #ACD4C8
Complementary color
Monochromatic Colors of #ACD4C8
Black with #ACD4C8
Text Example
Text Example
White with #ACD4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD4C8; }
p { color: rgb(172,212,200); }
H1.HeaderClassName
{
color: #ACD4C8;
}
.AnyTagClassName
{
color: #ACD4C8;
}
</style>
background-color css
<style>
a { background-color: #ACD4C8; }
a { background-color: rgb(172,212,200); }
div.DivClassName
{
background-color: #ACD4C8;
}
.BgClassName
{
background-color: #ACD4C8;
}
</style>
border-color css
<style>
span { border-color: #ACD4C8; }
span { border-color: rgb(172,212,200); }
td.TdClassName
{
border-color: #ACD4C8;
}
.TagClassName
{
border-color: #ACD4C8;
}
</style>