Shades of Opal #AACEC3
Tints of Opal #AACEC3
RGB
CMYK
RGB Variations
Color information
#AACEC3 (or 0xAACEC3) is known color: Opal. HEX triplet: AA, CE and C3. RGB value is (170,206,195). Sum of RGB (Red+Green+Blue) = 170+206+195=571 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.77% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 195 (76.56% from 255 or 34.15% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEC3 is #55313C. Grayscale: #C1C1C1. Windows color (decimal): -5583165 or 12832426. OLE color: 12832426.
HSL color Cylindrical-coordinate representation of color #AACEC3: hue angle of 161.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 #AACEC3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 195 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.19 |
| HSL | 161.67º | 0.27% | 0.74% | - |
| HSV(B) | 161.67º | 0.17% | 0.81% | - |
| XYZ | 48.5 | 56.63 | 60 | - |
| YUV | 193.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 195 | 0.17 | 0 | 0.05 | 0.19 | 161.67 | 0.27 | 0.74 |
| Hex | AA | CE | C3 | 11 | 0 | 5 | 13 | A2 | 1B | 4A |
| Octal | 252 | 316 | 303 | 21 | 0 | 5 | 23 | 242 | 33 | 112 |
| Binary | 10101010 | 11001110 | 11000011 | 10001 | 0 | 101 | 10011 | 10100010 | 11011 | 1001010 |
Color Harmonies of #AACEC3
Complementary color
Monochromatic Colors of #AACEC3
Black with #AACEC3
Text Example
Text Example
White with #AACEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEC3; }
p { color: rgb(170,206,195); }
H1.HeaderClassName
{
color: #AACEC3;
}
.AnyTagClassName
{
color: #AACEC3;
}
</style>
background-color css
<style>
a { background-color: #AACEC3; }
a { background-color: rgb(170,206,195); }
div.DivClassName
{
background-color: #AACEC3;
}
.BgClassName
{
background-color: #AACEC3;
}
</style>
border-color css
<style>
span { border-color: #AACEC3; }
span { border-color: rgb(170,206,195); }
td.TdClassName
{
border-color: #AACEC3;
}
.TagClassName
{
border-color: #AACEC3;
}
</style>