Shades of Opal #AFC8C0
Tints of Opal #AFC8C0
RGB
CMYK
RGB Variations
Color information
#AFC8C0 (or 0xAFC8C0) is known color: Opal. HEX triplet: AF, C8 and C0. RGB value is (175,200,192). Sum of RGB (Red+Green+Blue) = 175+200+192=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 200 (78.52% from 255 or 35.27% from 567); Blue value is 192 (75.39% from 255 or 33.86% from 567); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC8C0 is #50373F. Grayscale: #BFBFBF. Windows color (decimal): -5257024 or 12634287. OLE color: 12634287.
HSL color Cylindrical-coordinate representation of color #AFC8C0: hue angle of 160.8º 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 #AFC8C0 is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 192 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.22 |
| HSL | 160.8º | 0.19% | 0.74% | - |
| HSV(B) | 160.8º | 0.13% | 0.78% | - |
| XYZ | 47.85 | 54.23 | 57.81 | - |
| YUV | 191.61 | 128.22 | 116.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 192 | 0.12 | 0 | 0.04 | 0.22 | 160.8 | 0.19 | 0.74 |
| Hex | AF | C8 | C0 | C | 0 | 4 | 16 | A1 | 13 | 4A |
| Octal | 257 | 310 | 300 | 14 | 0 | 4 | 26 | 241 | 23 | 112 |
| Binary | 10101111 | 11001000 | 11000000 | 1100 | 0 | 100 | 10110 | 10100001 | 10011 | 1001010 |
Color Harmonies of #AFC8C0
Complementary color
Monochromatic Colors of #AFC8C0
Black with #AFC8C0
Text Example
Text Example
White with #AFC8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC8C0; }
p { color: rgb(175,200,192); }
H1.HeaderClassName
{
color: #AFC8C0;
}
.AnyTagClassName
{
color: #AFC8C0;
}
</style>
background-color css
<style>
a { background-color: #AFC8C0; }
a { background-color: rgb(175,200,192); }
div.DivClassName
{
background-color: #AFC8C0;
}
.BgClassName
{
background-color: #AFC8C0;
}
</style>
border-color css
<style>
span { border-color: #AFC8C0; }
span { border-color: rgb(175,200,192); }
td.TdClassName
{
border-color: #AFC8C0;
}
.TagClassName
{
border-color: #AFC8C0;
}
</style>