Shades of Opal #AACABC
Tints of Opal #AACABC
RGB
CMYK
RGB Variations
Color information
#AACABC (or 0xAACABC) is known color: Opal. HEX triplet: AA, CA and BC. RGB value is (170,202,188). Sum of RGB (Red+Green+Blue) = 170+202+188=560 (74% of max value = 765). Red value is 170 (66.80% from 255 or 30.36% from 560); Green value is 202 (79.30% from 255 or 36.07% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 202 - color contains mainly: green. Hex color #AACABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACABC is #553543. Grayscale: #BEBEBE. Windows color (decimal): -5584196 or 12372650. OLE color: 12372650.
HSL color Cylindrical-coordinate representation of color #AACABC: hue angle of 153.75º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AACABC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 188 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.21 |
| HSL | 153.75º | 0.23% | 0.73% | - |
| HSV(B) | 153.75º | 0.16% | 0.79% | - |
| XYZ | 46.78 | 54.42 | 55.62 | - |
| YUV | 190.84 | 126.4 | 113.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 188 | 0.16 | 0 | 0.07 | 0.21 | 153.75 | 0.23 | 0.73 |
| Hex | AA | CA | BC | 10 | 0 | 7 | 15 | 9A | 17 | 49 |
| Octal | 252 | 312 | 274 | 20 | 0 | 7 | 25 | 232 | 27 | 111 |
| Binary | 10101010 | 11001010 | 10111100 | 10000 | 0 | 111 | 10101 | 10011010 | 10111 | 1001001 |
Color Harmonies of #AACABC
Complementary color
Monochromatic Colors of #AACABC
Black with #AACABC
Text Example
Text Example
White with #AACABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACABC; }
p { color: rgb(170,202,188); }
H1.HeaderClassName
{
color: #AACABC;
}
.AnyTagClassName
{
color: #AACABC;
}
</style>
background-color css
<style>
a { background-color: #AACABC; }
a { background-color: rgb(170,202,188); }
div.DivClassName
{
background-color: #AACABC;
}
.BgClassName
{
background-color: #AACABC;
}
</style>
border-color css
<style>
span { border-color: #AACABC; }
span { border-color: rgb(170,202,188); }
td.TdClassName
{
border-color: #AACABC;
}
.TagClassName
{
border-color: #AACABC;
}
</style>