Shades of Opal #ACCEC1
Tints of Opal #ACCEC1
RGB
CMYK
RGB Variations
Color information
#ACCEC1 (or 0xACCEC1) is known color: Opal. HEX triplet: AC, CE and C1. RGB value is (172,206,193). Sum of RGB (Red+Green+Blue) = 172+206+193=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC1 is #53313E. Grayscale: #C2C2C2. Windows color (decimal): -5452095 or 12701356. OLE color: 12701356.
HSL color Cylindrical-coordinate representation of color #ACCEC1: hue angle of 157.06º 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 #ACCEC1 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 193 | - |
| CMYK | 0.17 | 0 | 0.06 | 0.19 |
| HSL | 157.06º | 0.26% | 0.74% | - |
| HSV(B) | 157.06º | 0.17% | 0.81% | - |
| XYZ | 48.71 | 56.76 | 58.84 | - |
| YUV | 194.35 | 127.24 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 193 | 0.17 | 0 | 0.06 | 0.19 | 157.06 | 0.26 | 0.74 |
| Hex | AC | CE | C1 | 11 | 0 | 6 | 13 | 9D | 1A | 4A |
| Octal | 254 | 316 | 301 | 21 | 0 | 6 | 23 | 235 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11000001 | 10001 | 0 | 110 | 10011 | 10011101 | 11010 | 1001010 |
Color Harmonies of #ACCEC1
Complementary color
Monochromatic Colors of #ACCEC1
Black with #ACCEC1
Text Example
Text Example
White with #ACCEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC1; }
p { color: rgb(172,206,193); }
H1.HeaderClassName
{
color: #ACCEC1;
}
.AnyTagClassName
{
color: #ACCEC1;
}
</style>
background-color css
<style>
a { background-color: #ACCEC1; }
a { background-color: rgb(172,206,193); }
div.DivClassName
{
background-color: #ACCEC1;
}
.BgClassName
{
background-color: #ACCEC1;
}
</style>
border-color css
<style>
span { border-color: #ACCEC1; }
span { border-color: rgb(172,206,193); }
td.TdClassName
{
border-color: #ACCEC1;
}
.TagClassName
{
border-color: #ACCEC1;
}
</style>