Shades of Opal #ABCEC3
Tints of Opal #ABCEC3
RGB
CMYK
RGB Variations
Color information
#ABCEC3 (or 0xABCEC3) is known color: Opal. HEX triplet: AB, CE and C3. RGB value is (171,206,195). Sum of RGB (Red+Green+Blue) = 171+206+195=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCEC3 is #54313C. Grayscale: #C2C2C2. Windows color (decimal): -5517629 or 12832427. OLE color: 12832427.
HSL color Cylindrical-coordinate representation of color #ABCEC3: hue angle of 161.14º 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 #ABCEC3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 195 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.19 |
| HSL | 161.14º | 0.26% | 0.74% | - |
| HSV(B) | 161.14º | 0.17% | 0.81% | - |
| XYZ | 48.72 | 56.74 | 60.01 | - |
| YUV | 194.28 | 128.4 | 111.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 195 | 0.17 | 0 | 0.05 | 0.19 | 161.14 | 0.26 | 0.74 |
| Hex | AB | CE | C3 | 11 | 0 | 5 | 13 | A1 | 1A | 4A |
| Octal | 253 | 316 | 303 | 21 | 0 | 5 | 23 | 241 | 32 | 112 |
| Binary | 10101011 | 11001110 | 11000011 | 10001 | 0 | 101 | 10011 | 10100001 | 11010 | 1001010 |
Color Harmonies of #ABCEC3
Complementary color
Monochromatic Colors of #ABCEC3
Black with #ABCEC3
Text Example
Text Example
White with #ABCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCEC3; }
p { color: rgb(171,206,195); }
H1.HeaderClassName
{
color: #ABCEC3;
}
.AnyTagClassName
{
color: #ABCEC3;
}
</style>
background-color css
<style>
a { background-color: #ABCEC3; }
a { background-color: rgb(171,206,195); }
div.DivClassName
{
background-color: #ABCEC3;
}
.BgClassName
{
background-color: #ABCEC3;
}
</style>
border-color css
<style>
span { border-color: #ABCEC3; }
span { border-color: rgb(171,206,195); }
td.TdClassName
{
border-color: #ABCEC3;
}
.TagClassName
{
border-color: #ABCEC3;
}
</style>