Shades of Opal #AFC6BF
Tints of Opal #AFC6BF
RGB
CMYK
RGB Variations
Color information
#AFC6BF (or 0xAFC6BF) is known color: Opal. HEX triplet: AF, C6 and BF. RGB value is (175,198,191). Sum of RGB (Red+Green+Blue) = 175+198+191=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 198 (77.73% from 255 or 35.11% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 198 - color contains mainly: green. Hex color #AFC6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC6BF is #503940. Grayscale: #BEBEBE. Windows color (decimal): -5257537 or 12568239. OLE color: 12568239.
HSL color Cylindrical-coordinate representation of color #AFC6BF: hue angle of 161.74º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFC6BF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 198 | 191 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.22 |
| HSL | 161.74º | 0.17% | 0.73% | - |
| HSV(B) | 161.74º | 0.12% | 0.78% | - |
| XYZ | 47.28 | 53.26 | 57.08 | - |
| YUV | 190.33 | 128.38 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 198 | 191 | 0.12 | 0 | 0.04 | 0.22 | 161.74 | 0.17 | 0.73 |
| Hex | AF | C6 | BF | C | 0 | 4 | 16 | A2 | 11 | 49 |
| Octal | 257 | 306 | 277 | 14 | 0 | 4 | 26 | 242 | 21 | 111 |
| Binary | 10101111 | 11000110 | 10111111 | 1100 | 0 | 100 | 10110 | 10100010 | 10001 | 1001001 |
Color Harmonies of #AFC6BF
Complementary color
Monochromatic Colors of #AFC6BF
Black with #AFC6BF
Text Example
Text Example
White with #AFC6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC6BF; }
p { color: rgb(175,198,191); }
H1.HeaderClassName
{
color: #AFC6BF;
}
.AnyTagClassName
{
color: #AFC6BF;
}
</style>
background-color css
<style>
a { background-color: #AFC6BF; }
a { background-color: rgb(175,198,191); }
div.DivClassName
{
background-color: #AFC6BF;
}
.BgClassName
{
background-color: #AFC6BF;
}
</style>
border-color css
<style>
span { border-color: #AFC6BF; }
span { border-color: rgb(175,198,191); }
td.TdClassName
{
border-color: #AFC6BF;
}
.TagClassName
{
border-color: #AFC6BF;
}
</style>