Shades of Opal #ABCAC4
Tints of Opal #ABCAC4
RGB
CMYK
RGB Variations
Color information
#ABCAC4 (or 0xABCAC4) is known color: Opal. HEX triplet: AB, CA and C4. RGB value is (171,202,196). Sum of RGB (Red+Green+Blue) = 171+202+196=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 196 (76.95% from 255 or 34.45% from 569); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCAC4 is #54353B. Grayscale: #C0C0C0. Windows color (decimal): -5518652 or 12896939. OLE color: 12896939.
HSL color Cylindrical-coordinate representation of color #ABCAC4: hue angle of 168.39º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAC4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 196 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.21 |
| HSL | 168.39º | 0.23% | 0.73% | - |
| HSV(B) | 168.39º | 0.15% | 0.79% | - |
| XYZ | 47.88 | 54.88 | 60.29 | - |
| YUV | 192.05 | 130.23 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 196 | 0.15 | 0 | 0.03 | 0.21 | 168.39 | 0.23 | 0.73 |
| Hex | AB | CA | C4 | F | 0 | 3 | 15 | A8 | 17 | 49 |
| Octal | 253 | 312 | 304 | 17 | 0 | 3 | 25 | 250 | 27 | 111 |
| Binary | 10101011 | 11001010 | 11000100 | 1111 | 0 | 11 | 10101 | 10101000 | 10111 | 1001001 |
Color Harmonies of #ABCAC4
Complementary color
Monochromatic Colors of #ABCAC4
Black with #ABCAC4
Text Example
Text Example
White with #ABCAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAC4; }
p { color: rgb(171,202,196); }
H1.HeaderClassName
{
color: #ABCAC4;
}
.AnyTagClassName
{
color: #ABCAC4;
}
</style>
background-color css
<style>
a { background-color: #ABCAC4; }
a { background-color: rgb(171,202,196); }
div.DivClassName
{
background-color: #ABCAC4;
}
.BgClassName
{
background-color: #ABCAC4;
}
</style>
border-color css
<style>
span { border-color: #ABCAC4; }
span { border-color: rgb(171,202,196); }
td.TdClassName
{
border-color: #ABCAC4;
}
.TagClassName
{
border-color: #ABCAC4;
}
</style>