Shades of Opal #A8CEBF
Tints of Opal #A8CEBF
RGB
CMYK
RGB Variations
Color information
#A8CEBF (or 0xA8CEBF) is known color: Opal. HEX triplet: A8, CE and BF. RGB value is (168,206,191). Sum of RGB (Red+Green+Blue) = 168+206+191=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEBF is #573140. Grayscale: #C0C0C0. Windows color (decimal): -5714241 or 12570280. OLE color: 12570280.
HSL color Cylindrical-coordinate representation of color #A8CEBF: hue angle of 156.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEBF is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 191 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.19 |
| HSL | 156.32º | 0.28% | 0.73% | - |
| HSV(B) | 156.32º | 0.18% | 0.81% | - |
| XYZ | 47.62 | 56.23 | 57.63 | - |
| YUV | 192.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 191 | 0.18 | 0 | 0.07 | 0.19 | 156.32 | 0.28 | 0.73 |
| Hex | A8 | CE | BF | 12 | 0 | 7 | 13 | 9C | 1C | 49 |
| Octal | 250 | 316 | 277 | 22 | 0 | 7 | 23 | 234 | 34 | 111 |
| Binary | 10101000 | 11001110 | 10111111 | 10010 | 0 | 111 | 10011 | 10011100 | 11100 | 1001001 |
Color Harmonies of #A8CEBF
Complementary color
Monochromatic Colors of #A8CEBF
Black with #A8CEBF
Text Example
Text Example
White with #A8CEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEBF; }
p { color: rgb(168,206,191); }
H1.HeaderClassName
{
color: #A8CEBF;
}
.AnyTagClassName
{
color: #A8CEBF;
}
</style>
background-color css
<style>
a { background-color: #A8CEBF; }
a { background-color: rgb(168,206,191); }
div.DivClassName
{
background-color: #A8CEBF;
}
.BgClassName
{
background-color: #A8CEBF;
}
</style>
border-color css
<style>
span { border-color: #A8CEBF; }
span { border-color: rgb(168,206,191); }
td.TdClassName
{
border-color: #A8CEBF;
}
.TagClassName
{
border-color: #A8CEBF;
}
</style>