Shades of Opal #AFC2BF
Tints of Opal #AFC2BF
RGB
CMYK
RGB Variations
Color information
#AFC2BF (or 0xAFC2BF) is known color: Opal. HEX triplet: AF, C2 and BF. RGB value is (175,194,191). Sum of RGB (Red+Green+Blue) = 175+194+191=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC2BF is #503D40. Grayscale: #BBBBBB. Windows color (decimal): -5258561 or 12567215. OLE color: 12567215.
HSL color Cylindrical-coordinate representation of color #AFC2BF: hue angle of 170.53º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #AFC2BF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 194 | 191 | - |
| CMYK | 0.10 | 0 | 0.02 | 0.24 |
| HSL | 170.53º | 0.13% | 0.72% | - |
| HSV(B) | 170.53º | 0.1% | 0.76% | - |
| XYZ | 46.37 | 51.46 | 56.78 | - |
| YUV | 187.98 | 129.71 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 194 | 191 | 0.10 | 0 | 0.02 | 0.24 | 170.53 | 0.13 | 0.72 |
| Hex | AF | C2 | BF | A | 0 | 2 | 18 | AB | D | 48 |
| Octal | 257 | 302 | 277 | 12 | 0 | 2 | 30 | 253 | 15 | 110 |
| Binary | 10101111 | 11000010 | 10111111 | 1010 | 0 | 10 | 11000 | 10101011 | 1101 | 1001000 |
Color Harmonies of #AFC2BF
Complementary color
Monochromatic Colors of #AFC2BF
Black with #AFC2BF
Text Example
Text Example
White with #AFC2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC2BF; }
p { color: rgb(175,194,191); }
H1.HeaderClassName
{
color: #AFC2BF;
}
.AnyTagClassName
{
color: #AFC2BF;
}
</style>
background-color css
<style>
a { background-color: #AFC2BF; }
a { background-color: rgb(175,194,191); }
div.DivClassName
{
background-color: #AFC2BF;
}
.BgClassName
{
background-color: #AFC2BF;
}
</style>
border-color css
<style>
span { border-color: #AFC2BF; }
span { border-color: rgb(175,194,191); }
td.TdClassName
{
border-color: #AFC2BF;
}
.TagClassName
{
border-color: #AFC2BF;
}
</style>