Shades of Opal #AACDC3
Tints of Opal #AACDC3
RGB
CMYK
RGB Variations
Color information
#AACDC3 (or 0xAACDC3) is known color: Opal. HEX triplet: AA, CD and C3. RGB value is (170,205,195). Sum of RGB (Red+Green+Blue) = 170+205+195=570 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.82% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #AACDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDC3 is #55323C. Grayscale: #C1C1C1. Windows color (decimal): -5583421 or 12832170. OLE color: 12832170.
HSL color Cylindrical-coordinate representation of color #AACDC3: hue angle of 162.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AACDC3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 205 | 195 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.20 |
| HSL | 162.86º | 0.26% | 0.74% | - |
| HSV(B) | 162.86º | 0.17% | 0.8% | - |
| XYZ | 48.26 | 56.15 | 59.92 | - |
| YUV | 193.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 205 | 195 | 0.17 | 0 | 0.05 | 0.20 | 162.86 | 0.26 | 0.74 |
| Hex | AA | CD | C3 | 11 | 0 | 5 | 14 | A3 | 1A | 4A |
| Octal | 252 | 315 | 303 | 21 | 0 | 5 | 24 | 243 | 32 | 112 |
| Binary | 10101010 | 11001101 | 11000011 | 10001 | 0 | 101 | 10100 | 10100011 | 11010 | 1001010 |
Color Harmonies of #AACDC3
Complementary color
Monochromatic Colors of #AACDC3
Black with #AACDC3
Text Example
Text Example
White with #AACDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACDC3; }
p { color: rgb(170,205,195); }
H1.HeaderClassName
{
color: #AACDC3;
}
.AnyTagClassName
{
color: #AACDC3;
}
</style>
background-color css
<style>
a { background-color: #AACDC3; }
a { background-color: rgb(170,205,195); }
div.DivClassName
{
background-color: #AACDC3;
}
.BgClassName
{
background-color: #AACDC3;
}
</style>
border-color css
<style>
span { border-color: #AACDC3; }
span { border-color: rgb(170,205,195); }
td.TdClassName
{
border-color: #AACDC3;
}
.TagClassName
{
border-color: #AACDC3;
}
</style>