Shades of Opal #AFC7C0
Tints of Opal #AFC7C0
RGB
CMYK
RGB Variations
Color information
#AFC7C0 (or 0xAFC7C0) is known color: Opal. HEX triplet: AF, C7 and C0. RGB value is (175,199,192). Sum of RGB (Red+Green+Blue) = 175+199+192=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC7C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC7C0 is #50383F. Grayscale: #BFBFBF. Windows color (decimal): -5257280 or 12634031. OLE color: 12634031.
HSL color Cylindrical-coordinate representation of color #AFC7C0: hue angle of 162.5º 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 #AFC7C0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 192 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.22 |
| HSL | 162.5º | 0.18% | 0.73% | - |
| HSV(B) | 162.5º | 0.12% | 0.78% | - |
| XYZ | 47.62 | 53.77 | 57.74 | - |
| YUV | 191.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 192 | 0.12 | 0 | 0.04 | 0.22 | 162.5 | 0.18 | 0.73 |
| Hex | AF | C7 | C0 | C | 0 | 4 | 16 | A2 | 12 | 49 |
| Octal | 257 | 307 | 300 | 14 | 0 | 4 | 26 | 242 | 22 | 111 |
| Binary | 10101111 | 11000111 | 11000000 | 1100 | 0 | 100 | 10110 | 10100010 | 10010 | 1001001 |
Color Harmonies of #AFC7C0
Complementary color
Monochromatic Colors of #AFC7C0
Black with #AFC7C0
Text Example
Text Example
White with #AFC7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC7C0; }
p { color: rgb(175,199,192); }
H1.HeaderClassName
{
color: #AFC7C0;
}
.AnyTagClassName
{
color: #AFC7C0;
}
</style>
background-color css
<style>
a { background-color: #AFC7C0; }
a { background-color: rgb(175,199,192); }
div.DivClassName
{
background-color: #AFC7C0;
}
.BgClassName
{
background-color: #AFC7C0;
}
</style>
border-color css
<style>
span { border-color: #AFC7C0; }
span { border-color: rgb(175,199,192); }
td.TdClassName
{
border-color: #AFC7C0;
}
.TagClassName
{
border-color: #AFC7C0;
}
</style>