Shades of Opal #ABC9C4
Tints of Opal #ABC9C4
RGB
CMYK
RGB Variations
Color information
#ABC9C4 (or 0xABC9C4) is known color: Opal. HEX triplet: AB, C9 and C4. RGB value is (171,201,196). Sum of RGB (Red+Green+Blue) = 171+201+196=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC9C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC9C4 is #54363B. Grayscale: #BFBFBF. Windows color (decimal): -5518908 or 12896683. OLE color: 12896683.
HSL color Cylindrical-coordinate representation of color #ABC9C4: hue angle of 170º degrees, saturation: 0.22, 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 #ABC9C4 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 196 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.21 |
| HSL | 170º | 0.22% | 0.73% | - |
| HSV(B) | 170º | 0.15% | 0.79% | - |
| XYZ | 47.65 | 54.42 | 60.22 | - |
| YUV | 191.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 196 | 0.15 | 0 | 0.02 | 0.21 | 170 | 0.22 | 0.73 |
| Hex | AB | C9 | C4 | F | 0 | 2 | 15 | AA | 16 | 49 |
| Octal | 253 | 311 | 304 | 17 | 0 | 2 | 25 | 252 | 26 | 111 |
| Binary | 10101011 | 11001001 | 11000100 | 1111 | 0 | 10 | 10101 | 10101010 | 10110 | 1001001 |
Color Harmonies of #ABC9C4
Complementary color
Monochromatic Colors of #ABC9C4
Black with #ABC9C4
Text Example
Text Example
White with #ABC9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC9C4; }
p { color: rgb(171,201,196); }
H1.HeaderClassName
{
color: #ABC9C4;
}
.AnyTagClassName
{
color: #ABC9C4;
}
</style>
background-color css
<style>
a { background-color: #ABC9C4; }
a { background-color: rgb(171,201,196); }
div.DivClassName
{
background-color: #ABC9C4;
}
.BgClassName
{
background-color: #ABC9C4;
}
</style>
border-color css
<style>
span { border-color: #ABC9C4; }
span { border-color: rgb(171,201,196); }
td.TdClassName
{
border-color: #ABC9C4;
}
.TagClassName
{
border-color: #ABC9C4;
}
</style>