Shades of Opal #ABCFC0
Tints of Opal #ABCFC0
RGB
CMYK
RGB Variations
Color information
#ABCFC0 (or 0xABCFC0) is known color: Opal. HEX triplet: AB, CF and C0. RGB value is (171,207,192). Sum of RGB (Red+Green+Blue) = 171+207+192=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 207 (81.25% from 255 or 36.32% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFC0 is #54303F. Grayscale: #C2C2C2. Windows color (decimal): -5517376 or 12636075. OLE color: 12636075.
HSL color Cylindrical-coordinate representation of color #ABCFC0: hue angle of 155º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFC0 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 192 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.19 |
| HSL | 155º | 0.27% | 0.74% | - |
| HSV(B) | 155º | 0.17% | 0.81% | - |
| XYZ | 48.62 | 57.09 | 58.33 | - |
| YUV | 194.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 192 | 0.17 | 0 | 0.07 | 0.19 | 155 | 0.27 | 0.74 |
| Hex | AB | CF | C0 | 11 | 0 | 7 | 13 | 9B | 1B | 4A |
| Octal | 253 | 317 | 300 | 21 | 0 | 7 | 23 | 233 | 33 | 112 |
| Binary | 10101011 | 11001111 | 11000000 | 10001 | 0 | 111 | 10011 | 10011011 | 11011 | 1001010 |
Color Harmonies of #ABCFC0
Complementary color
Monochromatic Colors of #ABCFC0
Black with #ABCFC0
Text Example
Text Example
White with #ABCFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFC0; }
p { color: rgb(171,207,192); }
H1.HeaderClassName
{
color: #ABCFC0;
}
.AnyTagClassName
{
color: #ABCFC0;
}
</style>
background-color css
<style>
a { background-color: #ABCFC0; }
a { background-color: rgb(171,207,192); }
div.DivClassName
{
background-color: #ABCFC0;
}
.BgClassName
{
background-color: #ABCFC0;
}
</style>
border-color css
<style>
span { border-color: #ABCFC0; }
span { border-color: rgb(171,207,192); }
td.TdClassName
{
border-color: #ABCFC0;
}
.TagClassName
{
border-color: #ABCFC0;
}
</style>