Shades of Scandal #ACD7CA
Tints of Scandal #ACD7CA
RGB
CMYK
RGB Variations
Color information
#ACD7CA (or 0xACD7CA) is known color: Scandal. HEX triplet: AC, D7 and CA. RGB value is (172,215,202). Sum of RGB (Red+Green+Blue) = 172+215+202=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 215 (84.38% from 255 or 36.50% from 589); Blue value is 202 (79.30% from 255 or 34.30% from 589); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD7CA is #532835. Grayscale: #C8C8C8. Windows color (decimal): -5449782 or 13293484. OLE color: 13293484.
HSL color Cylindrical-coordinate representation of color #ACD7CA: hue angle of 161.86º degrees, saturation: 0.35, 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 #ACD7CA is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 202 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.16 |
| HSL | 161.86º | 0.35% | 0.76% | - |
| HSV(B) | 161.86º | 0.2% | 0.84% | - |
| XYZ | 51.97 | 61.64 | 65.03 | - |
| YUV | 200.66 | 128.75 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 202 | 0.2 | 0 | 0.06 | 0.16 | 161.86 | 0.35 | 0.76 |
| Hex | AC | D7 | CA | 14 | 0 | 6 | 10 | A2 | 23 | 4C |
| Octal | 254 | 327 | 312 | 24 | 0 | 6 | 20 | 242 | 43 | 114 |
| Binary | 10101100 | 11010111 | 11001010 | 10100 | 0 | 110 | 10000 | 10100010 | 100011 | 1001100 |
Color Harmonies of #ACD7CA
Complementary color
Monochromatic Colors of #ACD7CA
Black with #ACD7CA
Text Example
Text Example
White with #ACD7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7CA; }
p { color: rgb(172,215,202); }
H1.HeaderClassName
{
color: #ACD7CA;
}
.AnyTagClassName
{
color: #ACD7CA;
}
</style>
background-color css
<style>
a { background-color: #ACD7CA; }
a { background-color: rgb(172,215,202); }
div.DivClassName
{
background-color: #ACD7CA;
}
.BgClassName
{
background-color: #ACD7CA;
}
</style>
border-color css
<style>
span { border-color: #ACD7CA; }
span { border-color: rgb(172,215,202); }
td.TdClassName
{
border-color: #ACD7CA;
}
.TagClassName
{
border-color: #ACD7CA;
}
</style>