Shades of Opal #A8CABF
Tints of Opal #A8CABF
RGB
CMYK
RGB Variations
Color information
#A8CABF (or 0xA8CABF) is known color: Opal. HEX triplet: A8, CA and BF. RGB value is (168,202,191). Sum of RGB (Red+Green+Blue) = 168+202+191=561 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.95% from 561); Green value is 202 (79.30% from 255 or 36.01% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CABF is #573540. Grayscale: #BEBEBE. Windows color (decimal): -5715265 or 12569256. OLE color: 12569256.
HSL color Cylindrical-coordinate representation of color #A8CABF: hue angle of 160.59º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CABF is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 191 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.21 |
| HSL | 160.59º | 0.24% | 0.73% | - |
| HSV(B) | 160.59º | 0.17% | 0.79% | - |
| XYZ | 46.67 | 54.33 | 57.32 | - |
| YUV | 190.58 | 128.24 | 111.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 191 | 0.17 | 0 | 0.05 | 0.21 | 160.59 | 0.24 | 0.73 |
| Hex | A8 | CA | BF | 11 | 0 | 5 | 15 | A1 | 18 | 49 |
| Octal | 250 | 312 | 277 | 21 | 0 | 5 | 25 | 241 | 30 | 111 |
| Binary | 10101000 | 11001010 | 10111111 | 10001 | 0 | 101 | 10101 | 10100001 | 11000 | 1001001 |
Color Harmonies of #A8CABF
Complementary color
Monochromatic Colors of #A8CABF
Black with #A8CABF
Text Example
Text Example
White with #A8CABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CABF; }
p { color: rgb(168,202,191); }
H1.HeaderClassName
{
color: #A8CABF;
}
.AnyTagClassName
{
color: #A8CABF;
}
</style>
background-color css
<style>
a { background-color: #A8CABF; }
a { background-color: rgb(168,202,191); }
div.DivClassName
{
background-color: #A8CABF;
}
.BgClassName
{
background-color: #A8CABF;
}
</style>
border-color css
<style>
span { border-color: #A8CABF; }
span { border-color: rgb(168,202,191); }
td.TdClassName
{
border-color: #A8CABF;
}
.TagClassName
{
border-color: #A8CABF;
}
</style>