Shades of Opal #AACEC5
Tints of Opal #AACEC5
RGB
CMYK
RGB Variations
Color information
#AACEC5 (or 0xAACEC5) is known color: Opal. HEX triplet: AA, CE and C5. RGB value is (170,206,197). Sum of RGB (Red+Green+Blue) = 170+206+197=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 197 (77.34% from 255 or 34.38% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC5 is #55313A. Grayscale: #C2C2C2. Windows color (decimal): -5583163 or 12963498. OLE color: 12963498.
HSL color Cylindrical-coordinate representation of color #AACEC5: hue angle of 165º 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 #AACEC5 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 197 | - |
| CMYK | 0.17 | 0 | 0.04 | 0.19 |
| HSL | 165º | 0.27% | 0.74% | - |
| HSV(B) | 165º | 0.17% | 0.81% | - |
| XYZ | 48.73 | 56.72 | 61.2 | - |
| YUV | 194.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 197 | 0.17 | 0 | 0.04 | 0.19 | 165 | 0.27 | 0.74 |
| Hex | AA | CE | C5 | 11 | 0 | 4 | 13 | A5 | 1B | 4A |
| Octal | 252 | 316 | 305 | 21 | 0 | 4 | 23 | 245 | 33 | 112 |
| Binary | 10101010 | 11001110 | 11000101 | 10001 | 0 | 100 | 10011 | 10100101 | 11011 | 1001010 |
Color Harmonies of #AACEC5
Complementary color
Monochromatic Colors of #AACEC5
Black with #AACEC5
Text Example
Text Example
White with #AACEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEC5; }
p { color: rgb(170,206,197); }
H1.HeaderClassName
{
color: #AACEC5;
}
.AnyTagClassName
{
color: #AACEC5;
}
</style>
background-color css
<style>
a { background-color: #AACEC5; }
a { background-color: rgb(170,206,197); }
div.DivClassName
{
background-color: #AACEC5;
}
.BgClassName
{
background-color: #AACEC5;
}
</style>
border-color css
<style>
span { border-color: #AACEC5; }
span { border-color: rgb(170,206,197); }
td.TdClassName
{
border-color: #AACEC5;
}
.TagClassName
{
border-color: #AACEC5;
}
</style>