Shades of Opal #AACEC6
Tints of Opal #AACEC6
RGB
CMYK
RGB Variations
Color information
#AACEC6 (or 0xAACEC6) is known color: Opal. HEX triplet: AA, CE and C6. RGB value is (170,206,198). Sum of RGB (Red+Green+Blue) = 170+206+198=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC6 is #553139. Grayscale: #C2C2C2. Windows color (decimal): -5583162 or 13029034. OLE color: 13029034.
HSL color Cylindrical-coordinate representation of color #AACEC6: hue angle of 166.67º degrees, saturation: 0.27, 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 #AACEC6 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 198 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.19 |
| HSL | 166.67º | 0.27% | 0.74% | - |
| HSV(B) | 166.67º | 0.17% | 0.81% | - |
| XYZ | 48.84 | 56.77 | 61.81 | - |
| YUV | 194.32 | 130.07 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 198 | 0.17 | 0 | 0.04 | 0.19 | 166.67 | 0.27 | 0.74 |
| Hex | AA | CE | C6 | 11 | 0 | 4 | 13 | A7 | 1B | 4A |
| Octal | 252 | 316 | 306 | 21 | 0 | 4 | 23 | 247 | 33 | 112 |
| Binary | 10101010 | 11001110 | 11000110 | 10001 | 0 | 100 | 10011 | 10100111 | 11011 | 1001010 |
Color Harmonies of #AACEC6
Complementary color
Monochromatic Colors of #AACEC6
Black with #AACEC6
Text Example
Text Example
White with #AACEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEC6; }
p { color: rgb(170,206,198); }
H1.HeaderClassName
{
color: #AACEC6;
}
.AnyTagClassName
{
color: #AACEC6;
}
</style>
background-color css
<style>
a { background-color: #AACEC6; }
a { background-color: rgb(170,206,198); }
div.DivClassName
{
background-color: #AACEC6;
}
.BgClassName
{
background-color: #AACEC6;
}
</style>
border-color css
<style>
span { border-color: #AACEC6; }
span { border-color: rgb(170,206,198); }
td.TdClassName
{
border-color: #AACEC6;
}
.TagClassName
{
border-color: #AACEC6;
}
</style>