Shades of Opal #ABCEC4
Tints of Opal #ABCEC4
RGB
CMYK
RGB Variations
Color information
#ABCEC4 (or 0xABCEC4) is known color: Opal. HEX triplet: AB, CE and C4. RGB value is (171,206,196). Sum of RGB (Red+Green+Blue) = 171+206+196=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEC4 is #54313B. Grayscale: #C2C2C2. Windows color (decimal): -5517628 or 12897963. OLE color: 12897963.
HSL color Cylindrical-coordinate representation of color #ABCEC4: hue angle of 162.86º degrees, saturation: 0.26, 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 #ABCEC4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 196 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.19 |
| HSL | 162.86º | 0.26% | 0.74% | - |
| HSV(B) | 162.86º | 0.17% | 0.81% | - |
| XYZ | 48.83 | 56.79 | 60.61 | - |
| YUV | 194.4 | 128.9 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 196 | 0.17 | 0 | 0.05 | 0.19 | 162.86 | 0.26 | 0.74 |
| Hex | AB | CE | C4 | 11 | 0 | 5 | 13 | A3 | 1A | 4A |
| Octal | 253 | 316 | 304 | 21 | 0 | 5 | 23 | 243 | 32 | 112 |
| Binary | 10101011 | 11001110 | 11000100 | 10001 | 0 | 101 | 10011 | 10100011 | 11010 | 1001010 |
Color Harmonies of #ABCEC4
Complementary color
Monochromatic Colors of #ABCEC4
Black with #ABCEC4
Text Example
Text Example
White with #ABCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEC4; }
p { color: rgb(171,206,196); }
H1.HeaderClassName
{
color: #ABCEC4;
}
.AnyTagClassName
{
color: #ABCEC4;
}
</style>
background-color css
<style>
a { background-color: #ABCEC4; }
a { background-color: rgb(171,206,196); }
div.DivClassName
{
background-color: #ABCEC4;
}
.BgClassName
{
background-color: #ABCEC4;
}
</style>
border-color css
<style>
span { border-color: #ABCEC4; }
span { border-color: rgb(171,206,196); }
td.TdClassName
{
border-color: #ABCEC4;
}
.TagClassName
{
border-color: #ABCEC4;
}
</style>