Shades of Opal #AAD1C2
Tints of Opal #AAD1C2
RGB
CMYK
RGB Variations
Color information
#AAD1C2 (or 0xAAD1C2) is known color: Opal. HEX triplet: AA, D1 and C2. RGB value is (170,209,194). Sum of RGB (Red+Green+Blue) = 170+209+194=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 209 (82.03% from 255 or 36.47% from 573); Blue value is 194 (76.17% from 255 or 33.86% from 573); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD1C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD1C2 is #552E3D. Grayscale: #C3C3C3. Windows color (decimal): -5582398 or 12767658. OLE color: 12767658.
HSL color Cylindrical-coordinate representation of color #AAD1C2: hue angle of 156.92º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAD1C2 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 209 | 194 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.18 |
| HSL | 156.92º | 0.3% | 0.74% | - |
| HSV(B) | 156.92º | 0.19% | 0.82% | - |
| XYZ | 49.12 | 58.04 | 59.65 | - |
| YUV | 195.63 | 127.08 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 209 | 194 | 0.19 | 0 | 0.07 | 0.18 | 156.92 | 0.3 | 0.74 |
| Hex | AA | D1 | C2 | 13 | 0 | 7 | 12 | 9D | 1E | 4A |
| Octal | 252 | 321 | 302 | 23 | 0 | 7 | 22 | 235 | 36 | 112 |
| Binary | 10101010 | 11010001 | 11000010 | 10011 | 0 | 111 | 10010 | 10011101 | 11110 | 1001010 |
Color Harmonies of #AAD1C2
Complementary color
Monochromatic Colors of #AAD1C2
Black with #AAD1C2
Text Example
Text Example
White with #AAD1C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD1C2; }
p { color: rgb(170,209,194); }
H1.HeaderClassName
{
color: #AAD1C2;
}
.AnyTagClassName
{
color: #AAD1C2;
}
</style>
background-color css
<style>
a { background-color: #AAD1C2; }
a { background-color: rgb(170,209,194); }
div.DivClassName
{
background-color: #AAD1C2;
}
.BgClassName
{
background-color: #AAD1C2;
}
</style>
border-color css
<style>
span { border-color: #AAD1C2; }
span { border-color: rgb(170,209,194); }
td.TdClassName
{
border-color: #AAD1C2;
}
.TagClassName
{
border-color: #AAD1C2;
}
</style>