Shades of Opal #AFC5C1
Tints of Opal #AFC5C1
RGB
CMYK
RGB Variations
Color information
#AFC5C1 (or 0xAFC5C1) is known color: Opal. HEX triplet: AF, C5 and C1. RGB value is (175,197,193). Sum of RGB (Red+Green+Blue) = 175+197+193=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 197 (77.34% from 255 or 34.87% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC5C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC5C1 is #503A3E. Grayscale: #BDBDBD. Windows color (decimal): -5257791 or 12699055. OLE color: 12699055.
HSL color Cylindrical-coordinate representation of color #AFC5C1: hue angle of 169.09º 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 #AFC5C1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 193 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.23 |
| HSL | 169.09º | 0.16% | 0.73% | - |
| HSV(B) | 169.09º | 0.11% | 0.77% | - |
| XYZ | 47.27 | 52.9 | 58.17 | - |
| YUV | 189.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 193 | 0.11 | 0 | 0.02 | 0.23 | 169.09 | 0.16 | 0.73 |
| Hex | AF | C5 | C1 | B | 0 | 2 | 17 | A9 | 10 | 49 |
| Octal | 257 | 305 | 301 | 13 | 0 | 2 | 27 | 251 | 20 | 111 |
| Binary | 10101111 | 11000101 | 11000001 | 1011 | 0 | 10 | 10111 | 10101001 | 10000 | 1001001 |
Color Harmonies of #AFC5C1
Complementary color
Monochromatic Colors of #AFC5C1
Black with #AFC5C1
Text Example
Text Example
White with #AFC5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC5C1; }
p { color: rgb(175,197,193); }
H1.HeaderClassName
{
color: #AFC5C1;
}
.AnyTagClassName
{
color: #AFC5C1;
}
</style>
background-color css
<style>
a { background-color: #AFC5C1; }
a { background-color: rgb(175,197,193); }
div.DivClassName
{
background-color: #AFC5C1;
}
.BgClassName
{
background-color: #AFC5C1;
}
</style>
border-color css
<style>
span { border-color: #AFC5C1; }
span { border-color: rgb(175,197,193); }
td.TdClassName
{
border-color: #AFC5C1;
}
.TagClassName
{
border-color: #AFC5C1;
}
</style>