Shades of Opal #AFC4C0
Tints of Opal #AFC4C0
RGB
CMYK
RGB Variations
Color information
#AFC4C0 (or 0xAFC4C0) is known color: Opal. HEX triplet: AF, C4 and C0. RGB value is (175,196,192). Sum of RGB (Red+Green+Blue) = 175+196+192=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC4C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC4C0 is #503B3F. Grayscale: #BDBDBD. Windows color (decimal): -5258048 or 12633263. OLE color: 12633263.
HSL color Cylindrical-coordinate representation of color #AFC4C0: hue angle of 168.57º degrees, saturation: 0.15, 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 #AFC4C0 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
RGB | 175 | 196 | 192 | - |
CMYK | 0.11 | 0 | 0.02 | 0.23 |
HSL | 168.57º | 0.15% | 0.73% | - |
HSV(B) | 168.57º | 0.11% | 0.77% | - |
XYZ | 46.93 | 52.4 | 57.51 | - |
YUV | 189.27 | 129.54 | 117.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 196 | 192 | 0.11 | 0 | 0.02 | 0.23 | 168.57 | 0.15 | 0.73 |
Hex | AF | C4 | C0 | B | 0 | 2 | 17 | A9 | F | 49 |
Octal | 257 | 304 | 300 | 13 | 0 | 2 | 27 | 251 | 17 | 111 |
Binary | 10101111 | 11000100 | 11000000 | 1011 | 0 | 10 | 10111 | 10101001 | 1111 | 1001001 |
Color Harmonies of #AFC4C0
Complementary color
Monochromatic Colors of #AFC4C0
Black with #AFC4C0
Text Example
Text Example
White with #AFC4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC4C0; }
p { color: rgb(175,196,192); }
H1.HeaderClassName
{
color: #AFC4C0;
}
.AnyTagClassName
{
color: #AFC4C0;
}
</style>
background-color css
<style>
a { background-color: #AFC4C0; }
a { background-color: rgb(175,196,192); }
div.DivClassName
{
background-color: #AFC4C0;
}
.BgClassName
{
background-color: #AFC4C0;
}
</style>
border-color css
<style>
span { border-color: #AFC4C0; }
span { border-color: rgb(175,196,192); }
td.TdClassName
{
border-color: #AFC4C0;
}
.TagClassName
{
border-color: #AFC4C0;
}
</style>