Shades of Opal #AFC5BF
Tints of Opal #AFC5BF
RGB
CMYK
RGB Variations
Color information
#AFC5BF (or 0xAFC5BF) is known color: Opal. HEX triplet: AF, C5 and BF. RGB value is (175,197,191). Sum of RGB (Red+Green+Blue) = 175+197+191=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 197 (77.34% from 255 or 34.99% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5BF is #503A40. Grayscale: #BDBDBD. Windows color (decimal): -5257793 or 12567983. OLE color: 12567983.
HSL color Cylindrical-coordinate representation of color #AFC5BF: hue angle of 163.64º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5BF is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 191 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.23 |
| HSL | 163.64º | 0.16% | 0.73% | - |
| HSV(B) | 163.64º | 0.11% | 0.77% | - |
| XYZ | 47.05 | 52.81 | 57 | - |
| YUV | 189.74 | 128.71 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 191 | 0.11 | 0 | 0.03 | 0.23 | 163.64 | 0.16 | 0.73 |
| Hex | AF | C5 | BF | B | 0 | 3 | 17 | A4 | 10 | 49 |
| Octal | 257 | 305 | 277 | 13 | 0 | 3 | 27 | 244 | 20 | 111 |
| Binary | 10101111 | 11000101 | 10111111 | 1011 | 0 | 11 | 10111 | 10100100 | 10000 | 1001001 |
Color Harmonies of #AFC5BF
Complementary color
Monochromatic Colors of #AFC5BF
Black with #AFC5BF
Text Example
Text Example
White with #AFC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5BF; }
p { color: rgb(175,197,191); }
H1.HeaderClassName
{
color: #AFC5BF;
}
.AnyTagClassName
{
color: #AFC5BF;
}
</style>
background-color css
<style>
a { background-color: #AFC5BF; }
a { background-color: rgb(175,197,191); }
div.DivClassName
{
background-color: #AFC5BF;
}
.BgClassName
{
background-color: #AFC5BF;
}
</style>
border-color css
<style>
span { border-color: #AFC5BF; }
span { border-color: rgb(175,197,191); }
td.TdClassName
{
border-color: #AFC5BF;
}
.TagClassName
{
border-color: #AFC5BF;
}
</style>