Shades of Opal #A8D2C5
Tints of Opal #A8D2C5
RGB
CMYK
RGB Variations
Color information
#A8D2C5 (or 0xA8D2C5) is known color: Opal. HEX triplet: A8, D2 and C5. RGB value is (168,210,197). Sum of RGB (Red+Green+Blue) = 168+210+197=575 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.22% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 210 - color contains mainly: green. Hex color #A8D2C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D2C5 is #572D3A. Grayscale: #C3C3C3. Windows color (decimal): -5713211 or 12964520. OLE color: 12964520.
HSL color Cylindrical-coordinate representation of color #A8D2C5: hue angle of 161.43º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D2C5 is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 210 | 197 | - |
| CMYK | 0.2 | 0 | 0.06 | 0.18 |
| HSL | 161.43º | 0.32% | 0.74% | - |
| HSV(B) | 161.43º | 0.2% | 0.82% | - |
| XYZ | 49.27 | 58.45 | 61.51 | - |
| YUV | 195.96 | 128.59 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 210 | 197 | 0.2 | 0 | 0.06 | 0.18 | 161.43 | 0.32 | 0.74 |
| Hex | A8 | D2 | C5 | 14 | 0 | 6 | 12 | A1 | 20 | 4A |
| Octal | 250 | 322 | 305 | 24 | 0 | 6 | 22 | 241 | 40 | 112 |
| Binary | 10101000 | 11010010 | 11000101 | 10100 | 0 | 110 | 10010 | 10100001 | 100000 | 1001010 |
Color Harmonies of #A8D2C5
Complementary color
Monochromatic Colors of #A8D2C5
Black with #A8D2C5
Text Example
Text Example
White with #A8D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D2C5; }
p { color: rgb(168,210,197); }
H1.HeaderClassName
{
color: #A8D2C5;
}
.AnyTagClassName
{
color: #A8D2C5;
}
</style>
background-color css
<style>
a { background-color: #A8D2C5; }
a { background-color: rgb(168,210,197); }
div.DivClassName
{
background-color: #A8D2C5;
}
.BgClassName
{
background-color: #A8D2C5;
}
</style>
border-color css
<style>
span { border-color: #A8D2C5; }
span { border-color: rgb(168,210,197); }
td.TdClassName
{
border-color: #A8D2C5;
}
.TagClassName
{
border-color: #A8D2C5;
}
</style>