Shades of Opal #AFC8BF
Tints of Opal #AFC8BF
RGB
CMYK
RGB Variations
Color information
#AFC8BF (or 0xAFC8BF) is known color: Opal. HEX triplet: AF, C8 and BF. RGB value is (175,200,191). Sum of RGB (Red+Green+Blue) = 175+200+191=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 191 (75% from 255 or 33.75% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8BF is #503740. Grayscale: #BFBFBF. Windows color (decimal): -5257025 or 12568751. OLE color: 12568751.
HSL color Cylindrical-coordinate representation of color #AFC8BF: hue angle of 158.4º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC8BF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 191 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.22 |
| HSL | 158.4º | 0.19% | 0.74% | - |
| HSV(B) | 158.4º | 0.13% | 0.78% | - |
| XYZ | 47.74 | 54.18 | 57.23 | - |
| YUV | 191.5 | 127.72 | 116.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 191 | 0.12 | 0 | 0.04 | 0.22 | 158.4 | 0.19 | 0.74 |
| Hex | AF | C8 | BF | C | 0 | 4 | 16 | 9E | 13 | 4A |
| Octal | 257 | 310 | 277 | 14 | 0 | 4 | 26 | 236 | 23 | 112 |
| Binary | 10101111 | 11001000 | 10111111 | 1100 | 0 | 100 | 10110 | 10011110 | 10011 | 1001010 |
Color Harmonies of #AFC8BF
Complementary color
Monochromatic Colors of #AFC8BF
Black with #AFC8BF
Text Example
Text Example
White with #AFC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8BF; }
p { color: rgb(175,200,191); }
H1.HeaderClassName
{
color: #AFC8BF;
}
.AnyTagClassName
{
color: #AFC8BF;
}
</style>
background-color css
<style>
a { background-color: #AFC8BF; }
a { background-color: rgb(175,200,191); }
div.DivClassName
{
background-color: #AFC8BF;
}
.BgClassName
{
background-color: #AFC8BF;
}
</style>
border-color css
<style>
span { border-color: #AFC8BF; }
span { border-color: rgb(175,200,191); }
td.TdClassName
{
border-color: #AFC8BF;
}
.TagClassName
{
border-color: #AFC8BF;
}
</style>