Shades of Opal #AFC1BE
Tints of Opal #AFC1BE
RGB
CMYK
RGB Variations
Color information
#AFC1BE (or 0xAFC1BE) is known color: Opal. HEX triplet: AF, C1 and BE. RGB value is (175,193,190). Sum of RGB (Red+Green+Blue) = 175+193+190=558 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.36% from 558); Green value is 193 (75.78% from 255 or 34.59% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 193 - color contains mainly: green. Hex color #AFC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC1BE is #503E41. Grayscale: #BBBBBB. Windows color (decimal): -5258818 or 12501423. OLE color: 12501423.
HSL color Cylindrical-coordinate representation of color #AFC1BE: hue angle of 170º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFC1BE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 175 | 193 | 190 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.24 |
| HSL | 170º | 0.13% | 0.72% | - |
| HSV(B) | 170º | 0.09% | 0.76% | - |
| XYZ | 46.04 | 50.97 | 56.13 | - |
| YUV | 187.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 193 | 190 | 0.09 | 0 | 0.02 | 0.24 | 170 | 0.13 | 0.72 |
| Hex | AF | C1 | BE | 9 | 0 | 2 | 18 | AA | D | 48 |
| Octal | 257 | 301 | 276 | 11 | 0 | 2 | 30 | 252 | 15 | 110 |
| Binary | 10101111 | 11000001 | 10111110 | 1001 | 0 | 10 | 11000 | 10101010 | 1101 | 1001000 |
Color Harmonies of #AFC1BE
Complementary color
Monochromatic Colors of #AFC1BE
Black with #AFC1BE
Text Example
Text Example
White with #AFC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC1BE; }
p { color: rgb(175,193,190); }
H1.HeaderClassName
{
color: #AFC1BE;
}
.AnyTagClassName
{
color: #AFC1BE;
}
</style>
background-color css
<style>
a { background-color: #AFC1BE; }
a { background-color: rgb(175,193,190); }
div.DivClassName
{
background-color: #AFC1BE;
}
.BgClassName
{
background-color: #AFC1BE;
}
</style>
border-color css
<style>
span { border-color: #AFC1BE; }
span { border-color: rgb(175,193,190); }
td.TdClassName
{
border-color: #AFC1BE;
}
.TagClassName
{
border-color: #AFC1BE;
}
</style>