Shades of Opal #AAD0C3
Tints of Opal #AAD0C3
RGB
CMYK
RGB Variations
Color information
#AAD0C3 (or 0xAAD0C3) is known color: Opal. HEX triplet: AA, D0 and C3. RGB value is (170,208,195). Sum of RGB (Red+Green+Blue) = 170+208+195=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 208 (81.64% from 255 or 36.30% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD0C3 is #552F3C. Grayscale: #C3C3C3. Windows color (decimal): -5582653 or 12832938. OLE color: 12832938.
HSL color Cylindrical-coordinate representation of color #AAD0C3: hue angle of 159.47º 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 #AAD0C3 is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 195 | - |
| CMYK | 0.18 | 0 | 0.06 | 0.18 |
| HSL | 159.47º | 0.29% | 0.74% | - |
| HSV(B) | 159.47º | 0.18% | 0.82% | - |
| XYZ | 48.98 | 57.6 | 60.17 | - |
| YUV | 195.16 | 127.91 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 195 | 0.18 | 0 | 0.06 | 0.18 | 159.47 | 0.29 | 0.74 |
| Hex | AA | D0 | C3 | 12 | 0 | 6 | 12 | 9F | 1D | 4A |
| Octal | 252 | 320 | 303 | 22 | 0 | 6 | 22 | 237 | 35 | 112 |
| Binary | 10101010 | 11010000 | 11000011 | 10010 | 0 | 110 | 10010 | 10011111 | 11101 | 1001010 |
Color Harmonies of #AAD0C3
Complementary color
Monochromatic Colors of #AAD0C3
Black with #AAD0C3
Text Example
Text Example
White with #AAD0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0C3; }
p { color: rgb(170,208,195); }
H1.HeaderClassName
{
color: #AAD0C3;
}
.AnyTagClassName
{
color: #AAD0C3;
}
</style>
background-color css
<style>
a { background-color: #AAD0C3; }
a { background-color: rgb(170,208,195); }
div.DivClassName
{
background-color: #AAD0C3;
}
.BgClassName
{
background-color: #AAD0C3;
}
</style>
border-color css
<style>
span { border-color: #AAD0C3; }
span { border-color: rgb(170,208,195); }
td.TdClassName
{
border-color: #AAD0C3;
}
.TagClassName
{
border-color: #AAD0C3;
}
</style>