Shades of Opal #AACEBF
Tints of Opal #AACEBF
RGB
CMYK
RGB Variations
Color information
#AACEBF (or 0xAACEBF) is known color: Opal. HEX triplet: AA, CE and BF. RGB value is (170,206,191). Sum of RGB (Red+Green+Blue) = 170+206+191=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 206 (80.86% from 255 or 36.33% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 206 - color contains mainly: green. Hex color #AACEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACEBF is #553140. Grayscale: #C1C1C1. Windows color (decimal): -5583169 or 12570282. OLE color: 12570282.
HSL color Cylindrical-coordinate representation of color #AACEBF: hue angle of 155º 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 #AACEBF is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 206 | 191 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.19 |
| HSL | 155º | 0.27% | 0.74% | - |
| HSV(B) | 155º | 0.17% | 0.81% | - |
| XYZ | 48.05 | 56.45 | 57.65 | - |
| YUV | 193.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 206 | 191 | 0.17 | 0 | 0.07 | 0.19 | 155 | 0.27 | 0.74 |
| Hex | AA | CE | BF | 11 | 0 | 7 | 13 | 9B | 1B | 4A |
| Octal | 252 | 316 | 277 | 21 | 0 | 7 | 23 | 233 | 33 | 112 |
| Binary | 10101010 | 11001110 | 10111111 | 10001 | 0 | 111 | 10011 | 10011011 | 11011 | 1001010 |
Color Harmonies of #AACEBF
Complementary color
Monochromatic Colors of #AACEBF
Black with #AACEBF
Text Example
Text Example
White with #AACEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACEBF; }
p { color: rgb(170,206,191); }
H1.HeaderClassName
{
color: #AACEBF;
}
.AnyTagClassName
{
color: #AACEBF;
}
</style>
background-color css
<style>
a { background-color: #AACEBF; }
a { background-color: rgb(170,206,191); }
div.DivClassName
{
background-color: #AACEBF;
}
.BgClassName
{
background-color: #AACEBF;
}
</style>
border-color css
<style>
span { border-color: #AACEBF; }
span { border-color: rgb(170,206,191); }
td.TdClassName
{
border-color: #AACEBF;
}
.TagClassName
{
border-color: #AACEBF;
}
</style>