Shades of Opal #A7CEBE
Tints of Opal #A7CEBE
RGB
CMYK
RGB Variations
Color information
#A7CEBE (or 0xA7CEBE) is known color: Opal. HEX triplet: A7, CE and BE. RGB value is (167,206,190). Sum of RGB (Red+Green+Blue) = 167+206+190=563 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.66% from 563); Green value is 206 (80.86% from 255 or 36.59% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 206 - color contains mainly: green. Hex color #A7CEBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CEBE is #583141. Grayscale: #C0C0C0. Windows color (decimal): -5779778 or 12504743. OLE color: 12504743.
HSL color Cylindrical-coordinate representation of color #A7CEBE: hue angle of 155.38º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A7CEBE is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 206 | 190 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.19 |
| HSL | 155.38º | 0.28% | 0.73% | - |
| HSV(B) | 155.38º | 0.19% | 0.81% | - |
| XYZ | 47.3 | 56.08 | 57.05 | - |
| YUV | 192.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 206 | 190 | 0.19 | 0 | 0.08 | 0.19 | 155.38 | 0.28 | 0.73 |
| Hex | A7 | CE | BE | 13 | 0 | 8 | 13 | 9B | 1C | 49 |
| Octal | 247 | 316 | 276 | 23 | 0 | 10 | 23 | 233 | 34 | 111 |
| Binary | 10100111 | 11001110 | 10111110 | 10011 | 0 | 1000 | 10011 | 10011011 | 11100 | 1001001 |
Color Harmonies of #A7CEBE
Complementary color
Monochromatic Colors of #A7CEBE
Black with #A7CEBE
Text Example
Text Example
White with #A7CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7CEBE; }
p { color: rgb(167,206,190); }
H1.HeaderClassName
{
color: #A7CEBE;
}
.AnyTagClassName
{
color: #A7CEBE;
}
</style>
background-color css
<style>
a { background-color: #A7CEBE; }
a { background-color: rgb(167,206,190); }
div.DivClassName
{
background-color: #A7CEBE;
}
.BgClassName
{
background-color: #A7CEBE;
}
</style>
border-color css
<style>
span { border-color: #A7CEBE; }
span { border-color: rgb(167,206,190); }
td.TdClassName
{
border-color: #A7CEBE;
}
.TagClassName
{
border-color: #A7CEBE;
}
</style>