Shades of Opal #ACCEC0
Tints of Opal #ACCEC0
RGB
CMYK
RGB Variations
Color information
#ACCEC0 (or 0xACCEC0) is known color: Opal. HEX triplet: AC, CE and C0. RGB value is (172,206,192). Sum of RGB (Red+Green+Blue) = 172+206+192=570 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.18% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC0 is #53313F. Grayscale: #C2C2C2. Windows color (decimal): -5452096 or 12635820. OLE color: 12635820.
HSL color Cylindrical-coordinate representation of color #ACCEC0: hue angle of 155.29º 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 #ACCEC0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 192 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.19 |
| HSL | 155.29º | 0.26% | 0.74% | - |
| HSV(B) | 155.29º | 0.17% | 0.81% | - |
| XYZ | 48.6 | 56.72 | 58.26 | - |
| YUV | 194.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 192 | 0.17 | 0 | 0.07 | 0.19 | 155.29 | 0.26 | 0.74 |
| Hex | AC | CE | C0 | 11 | 0 | 7 | 13 | 9B | 1A | 4A |
| Octal | 254 | 316 | 300 | 21 | 0 | 7 | 23 | 233 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11000000 | 10001 | 0 | 111 | 10011 | 10011011 | 11010 | 1001010 |
Color Harmonies of #ACCEC0
Complementary color
Monochromatic Colors of #ACCEC0
Black with #ACCEC0
Text Example
Text Example
White with #ACCEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC0; }
p { color: rgb(172,206,192); }
H1.HeaderClassName
{
color: #ACCEC0;
}
.AnyTagClassName
{
color: #ACCEC0;
}
</style>
background-color css
<style>
a { background-color: #ACCEC0; }
a { background-color: rgb(172,206,192); }
div.DivClassName
{
background-color: #ACCEC0;
}
.BgClassName
{
background-color: #ACCEC0;
}
</style>
border-color css
<style>
span { border-color: #ACCEC0; }
span { border-color: rgb(172,206,192); }
td.TdClassName
{
border-color: #ACCEC0;
}
.TagClassName
{
border-color: #ACCEC0;
}
</style>