Shades of Opal #AAD0C2
Tints of Opal #AAD0C2
RGB
CMYK
RGB Variations
Color information
#AAD0C2 (or 0xAAD0C2) is known color: Opal. HEX triplet: AA, D0 and C2. RGB value is (170,208,194). Sum of RGB (Red+Green+Blue) = 170+208+194=572 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.72% from 572); Green value is 208 (81.64% from 255 or 36.36% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C2 is #552F3D. Grayscale: #C3C3C3. Windows color (decimal): -5582654 or 12767402. OLE color: 12767402.
HSL color Cylindrical-coordinate representation of color #AAD0C2: hue angle of 157.89º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0C2 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 194 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.18 |
| HSL | 157.89º | 0.29% | 0.74% | - |
| HSV(B) | 157.89º | 0.18% | 0.82% | - |
| XYZ | 48.87 | 57.55 | 59.57 | - |
| YUV | 195.04 | 127.41 | 110.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 194 | 0.18 | 0 | 0.07 | 0.18 | 157.89 | 0.29 | 0.74 |
| Hex | AA | D0 | C2 | 12 | 0 | 7 | 12 | 9E | 1D | 4A |
| Octal | 252 | 320 | 302 | 22 | 0 | 7 | 22 | 236 | 35 | 112 |
| Binary | 10101010 | 11010000 | 11000010 | 10010 | 0 | 111 | 10010 | 10011110 | 11101 | 1001010 |
Color Harmonies of #AAD0C2
Complementary color
Monochromatic Colors of #AAD0C2
Black with #AAD0C2
Text Example
Text Example
White with #AAD0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0C2; }
p { color: rgb(170,208,194); }
H1.HeaderClassName
{
color: #AAD0C2;
}
.AnyTagClassName
{
color: #AAD0C2;
}
</style>
background-color css
<style>
a { background-color: #AAD0C2; }
a { background-color: rgb(170,208,194); }
div.DivClassName
{
background-color: #AAD0C2;
}
.BgClassName
{
background-color: #AAD0C2;
}
</style>
border-color css
<style>
span { border-color: #AAD0C2; }
span { border-color: rgb(170,208,194); }
td.TdClassName
{
border-color: #AAD0C2;
}
.TagClassName
{
border-color: #AAD0C2;
}
</style>