Shades of Opal #AFC7BF
Tints of Opal #AFC7BF
RGB
CMYK
RGB Variations
Color information
#AFC7BF (or 0xAFC7BF) is known color: Opal. HEX triplet: AF, C7 and BF. RGB value is (175,199,191). Sum of RGB (Red+Green+Blue) = 175+199+191=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7BF is #503840. Grayscale: #BEBEBE. Windows color (decimal): -5257281 or 12568495. OLE color: 12568495.
HSL color Cylindrical-coordinate representation of color #AFC7BF: hue angle of 160º degrees, saturation: 0.18, 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 #AFC7BF is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 191 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.22 |
| HSL | 160º | 0.18% | 0.73% | - |
| HSV(B) | 160º | 0.12% | 0.78% | - |
| XYZ | 47.51 | 53.72 | 57.16 | - |
| YUV | 190.91 | 128.05 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 191 | 0.12 | 0 | 0.04 | 0.22 | 160 | 0.18 | 0.73 |
| Hex | AF | C7 | BF | C | 0 | 4 | 16 | A0 | 12 | 49 |
| Octal | 257 | 307 | 277 | 14 | 0 | 4 | 26 | 240 | 22 | 111 |
| Binary | 10101111 | 11000111 | 10111111 | 1100 | 0 | 100 | 10110 | 10100000 | 10010 | 1001001 |
Color Harmonies of #AFC7BF
Complementary color
Monochromatic Colors of #AFC7BF
Black with #AFC7BF
Text Example
Text Example
White with #AFC7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7BF; }
p { color: rgb(175,199,191); }
H1.HeaderClassName
{
color: #AFC7BF;
}
.AnyTagClassName
{
color: #AFC7BF;
}
</style>
background-color css
<style>
a { background-color: #AFC7BF; }
a { background-color: rgb(175,199,191); }
div.DivClassName
{
background-color: #AFC7BF;
}
.BgClassName
{
background-color: #AFC7BF;
}
</style>
border-color css
<style>
span { border-color: #AFC7BF; }
span { border-color: rgb(175,199,191); }
td.TdClassName
{
border-color: #AFC7BF;
}
.TagClassName
{
border-color: #AFC7BF;
}
</style>