Shades of Opal #AFC5C0
Tints of Opal #AFC5C0
RGB
CMYK
RGB Variations
Color information
#AFC5C0 (or 0xAFC5C0) is known color: Opal. HEX triplet: AF, C5 and C0. RGB value is (175,197,192). Sum of RGB (Red+Green+Blue) = 175+197+192=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5C0 is #503A3F. Grayscale: #BDBDBD. Windows color (decimal): -5257792 or 12633519. OLE color: 12633519.
HSL color Cylindrical-coordinate representation of color #AFC5C0: hue angle of 166.36º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC5C0 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 192 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.23 |
| HSL | 166.36º | 0.16% | 0.73% | - |
| HSV(B) | 166.36º | 0.11% | 0.77% | - |
| XYZ | 47.16 | 52.85 | 57.59 | - |
| YUV | 189.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 192 | 0.11 | 0 | 0.03 | 0.23 | 166.36 | 0.16 | 0.73 |
| Hex | AF | C5 | C0 | B | 0 | 3 | 17 | A6 | 10 | 49 |
| Octal | 257 | 305 | 300 | 13 | 0 | 3 | 27 | 246 | 20 | 111 |
| Binary | 10101111 | 11000101 | 11000000 | 1011 | 0 | 11 | 10111 | 10100110 | 10000 | 1001001 |
Color Harmonies of #AFC5C0
Complementary color
Monochromatic Colors of #AFC5C0
Black with #AFC5C0
Text Example
Text Example
White with #AFC5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5C0; }
p { color: rgb(175,197,192); }
H1.HeaderClassName
{
color: #AFC5C0;
}
.AnyTagClassName
{
color: #AFC5C0;
}
</style>
background-color css
<style>
a { background-color: #AFC5C0; }
a { background-color: rgb(175,197,192); }
div.DivClassName
{
background-color: #AFC5C0;
}
.BgClassName
{
background-color: #AFC5C0;
}
</style>
border-color css
<style>
span { border-color: #AFC5C0; }
span { border-color: rgb(175,197,192); }
td.TdClassName
{
border-color: #AFC5C0;
}
.TagClassName
{
border-color: #AFC5C0;
}
</style>