Shades of Opal #ABCFC5
Tints of Opal #ABCFC5
RGB
CMYK
RGB Variations
Color information
#ABCFC5 (or 0xABCFC5) is known color: Opal. HEX triplet: AB, CF and C5. RGB value is (171,207,197). Sum of RGB (Red+Green+Blue) = 171+207+197=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFC5 is #54303A. Grayscale: #C3C3C3. Windows color (decimal): -5517371 or 12963755. OLE color: 12963755.
HSL color Cylindrical-coordinate representation of color #ABCFC5: hue angle of 163.33º 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 #ABCFC5 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 197 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.19 |
| HSL | 163.33º | 0.27% | 0.74% | - |
| HSV(B) | 163.33º | 0.17% | 0.81% | - |
| XYZ | 49.19 | 57.31 | 61.29 | - |
| YUV | 195.1 | 129.07 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 197 | 0.17 | 0 | 0.05 | 0.19 | 163.33 | 0.27 | 0.74 |
| Hex | AB | CF | C5 | 11 | 0 | 5 | 13 | A3 | 1B | 4A |
| Octal | 253 | 317 | 305 | 21 | 0 | 5 | 23 | 243 | 33 | 112 |
| Binary | 10101011 | 11001111 | 11000101 | 10001 | 0 | 101 | 10011 | 10100011 | 11011 | 1001010 |
Color Harmonies of #ABCFC5
Complementary color
Monochromatic Colors of #ABCFC5
Black with #ABCFC5
Text Example
Text Example
White with #ABCFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFC5; }
p { color: rgb(171,207,197); }
H1.HeaderClassName
{
color: #ABCFC5;
}
.AnyTagClassName
{
color: #ABCFC5;
}
</style>
background-color css
<style>
a { background-color: #ABCFC5; }
a { background-color: rgb(171,207,197); }
div.DivClassName
{
background-color: #ABCFC5;
}
.BgClassName
{
background-color: #ABCFC5;
}
</style>
border-color css
<style>
span { border-color: #ABCFC5; }
span { border-color: rgb(171,207,197); }
td.TdClassName
{
border-color: #ABCFC5;
}
.TagClassName
{
border-color: #ABCFC5;
}
</style>