Shades of Opal #ABC8C3
Tints of Opal #ABC8C3
RGB
CMYK
RGB Variations
Color information
#ABC8C3 (or 0xABC8C3) is known color: Opal. HEX triplet: AB, C8 and C3. RGB value is (171,200,195). Sum of RGB (Red+Green+Blue) = 171+200+195=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 200 (78.52% from 255 or 35.34% from 566); Blue value is 195 (76.56% from 255 or 34.45% from 566); Max value from RGB is 200 - color contains mainly: green. Hex color #ABC8C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC8C3 is #54373C. Grayscale: #BEBEBE. Windows color (decimal): -5519165 or 12830891. OLE color: 12830891.
HSL color Cylindrical-coordinate representation of color #ABC8C3: hue angle of 169.66º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ABC8C3 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 200 | 195 | - |
| CMYK | 0.14 | 0 | 0.02 | 0.22 |
| HSL | 169.66º | 0.21% | 0.73% | - |
| HSV(B) | 169.66º | 0.15% | 0.78% | - |
| XYZ | 47.3 | 53.91 | 59.54 | - |
| YUV | 190.76 | 130.39 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 200 | 195 | 0.14 | 0 | 0.02 | 0.22 | 169.66 | 0.21 | 0.73 |
| Hex | AB | C8 | C3 | E | 0 | 2 | 16 | AA | 15 | 49 |
| Octal | 253 | 310 | 303 | 16 | 0 | 2 | 26 | 252 | 25 | 111 |
| Binary | 10101011 | 11001000 | 11000011 | 1110 | 0 | 10 | 10110 | 10101010 | 10101 | 1001001 |
Color Harmonies of #ABC8C3
Complementary color
Monochromatic Colors of #ABC8C3
Black with #ABC8C3
Text Example
Text Example
White with #ABC8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC8C3; }
p { color: rgb(171,200,195); }
H1.HeaderClassName
{
color: #ABC8C3;
}
.AnyTagClassName
{
color: #ABC8C3;
}
</style>
background-color css
<style>
a { background-color: #ABC8C3; }
a { background-color: rgb(171,200,195); }
div.DivClassName
{
background-color: #ABC8C3;
}
.BgClassName
{
background-color: #ABC8C3;
}
</style>
border-color css
<style>
span { border-color: #ABC8C3; }
span { border-color: rgb(171,200,195); }
td.TdClassName
{
border-color: #ABC8C3;
}
.TagClassName
{
border-color: #ABC8C3;
}
</style>