Shades of Opal #A8CEBE
Tints of Opal #A8CEBE
RGB
CMYK
RGB Variations
Color information
#A8CEBE (or 0xA8CEBE) is known color: Opal. HEX triplet: A8, CE and BE. RGB value is (168,206,190). Sum of RGB (Red+Green+Blue) = 168+206+190=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEBE is #573141. Grayscale: #C0C0C0. Windows color (decimal): -5714242 or 12504744. OLE color: 12504744.
HSL color Cylindrical-coordinate representation of color #A8CEBE: hue angle of 154.74º 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 #A8CEBE is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 190 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.19 |
| HSL | 154.74º | 0.28% | 0.73% | - |
| HSV(B) | 154.74º | 0.18% | 0.81% | - |
| XYZ | 47.51 | 56.19 | 57.06 | - |
| YUV | 192.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 190 | 0.18 | 0 | 0.08 | 0.19 | 154.74 | 0.28 | 0.73 |
| Hex | A8 | CE | BE | 12 | 0 | 8 | 13 | 9B | 1C | 49 |
| Octal | 250 | 316 | 276 | 22 | 0 | 10 | 23 | 233 | 34 | 111 |
| Binary | 10101000 | 11001110 | 10111110 | 10010 | 0 | 1000 | 10011 | 10011011 | 11100 | 1001001 |
Color Harmonies of #A8CEBE
Complementary color
Monochromatic Colors of #A8CEBE
Black with #A8CEBE
Text Example
Text Example
White with #A8CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEBE; }
p { color: rgb(168,206,190); }
H1.HeaderClassName
{
color: #A8CEBE;
}
.AnyTagClassName
{
color: #A8CEBE;
}
</style>
background-color css
<style>
a { background-color: #A8CEBE; }
a { background-color: rgb(168,206,190); }
div.DivClassName
{
background-color: #A8CEBE;
}
.BgClassName
{
background-color: #A8CEBE;
}
</style>
border-color css
<style>
span { border-color: #A8CEBE; }
span { border-color: rgb(168,206,190); }
td.TdClassName
{
border-color: #A8CEBE;
}
.TagClassName
{
border-color: #A8CEBE;
}
</style>