Shades of Opal #ACCEC6
Tints of Opal #ACCEC6
RGB
CMYK
RGB Variations
Color information
#ACCEC6 (or 0xACCEC6) is known color: Opal. HEX triplet: AC, CE and C6. RGB value is (172,206,198). Sum of RGB (Red+Green+Blue) = 172+206+198=576 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.86% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 198 (77.73% from 255 or 34.38% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC6 is #533139. Grayscale: #C2C2C2. Windows color (decimal): -5452090 or 13029036. OLE color: 13029036.
HSL color Cylindrical-coordinate representation of color #ACCEC6: hue angle of 165.88º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEC6 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 198 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.19 |
| HSL | 165.88º | 0.26% | 0.74% | - |
| HSV(B) | 165.88º | 0.17% | 0.81% | - |
| XYZ | 49.28 | 56.99 | 61.83 | - |
| YUV | 194.92 | 129.74 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 198 | 0.17 | 0 | 0.04 | 0.19 | 165.88 | 0.26 | 0.74 |
| Hex | AC | CE | C6 | 11 | 0 | 4 | 13 | A6 | 1A | 4A |
| Octal | 254 | 316 | 306 | 21 | 0 | 4 | 23 | 246 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11000110 | 10001 | 0 | 100 | 10011 | 10100110 | 11010 | 1001010 |
Color Harmonies of #ACCEC6
Complementary color
Monochromatic Colors of #ACCEC6
Black with #ACCEC6
Text Example
Text Example
White with #ACCEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC6; }
p { color: rgb(172,206,198); }
H1.HeaderClassName
{
color: #ACCEC6;
}
.AnyTagClassName
{
color: #ACCEC6;
}
</style>
background-color css
<style>
a { background-color: #ACCEC6; }
a { background-color: rgb(172,206,198); }
div.DivClassName
{
background-color: #ACCEC6;
}
.BgClassName
{
background-color: #ACCEC6;
}
</style>
border-color css
<style>
span { border-color: #ACCEC6; }
span { border-color: rgb(172,206,198); }
td.TdClassName
{
border-color: #ACCEC6;
}
.TagClassName
{
border-color: #ACCEC6;
}
</style>