Shades of Opal #ACCEC3
Tints of Opal #ACCEC3
RGB
CMYK
RGB Variations
Color information
#ACCEC3 (or 0xACCEC3) is known color: Opal. HEX triplet: AC, CE and C3. RGB value is (172,206,195). Sum of RGB (Red+Green+Blue) = 172+206+195=573 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.02% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC3 is #53313C. Grayscale: #C2C2C2. Windows color (decimal): -5452093 or 12832428. OLE color: 12832428.
HSL color Cylindrical-coordinate representation of color #ACCEC3: hue angle of 160.59º 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 #ACCEC3 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 172 | 206 | 195 | - |
CMYK | 0.17 | 0 | 0.05 | 0.19 |
HSL | 160.59º | 0.26% | 0.74% | - |
HSV(B) | 160.59º | 0.17% | 0.81% | - |
XYZ | 48.93 | 56.85 | 60.02 | - |
YUV | 194.58 | 128.24 | 111.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 206 | 195 | 0.17 | 0 | 0.05 | 0.19 | 160.59 | 0.26 | 0.74 |
Hex | AC | CE | C3 | 11 | 0 | 5 | 13 | A1 | 1A | 4A |
Octal | 254 | 316 | 303 | 21 | 0 | 5 | 23 | 241 | 32 | 112 |
Binary | 10101100 | 11001110 | 11000011 | 10001 | 0 | 101 | 10011 | 10100001 | 11010 | 1001010 |
Color Harmonies of #ACCEC3
Complementary color
Monochromatic Colors of #ACCEC3
Black with #ACCEC3
Text Example
Text Example
White with #ACCEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC3; }
p { color: rgb(172,206,195); }
H1.HeaderClassName
{
color: #ACCEC3;
}
.AnyTagClassName
{
color: #ACCEC3;
}
</style>
background-color css
<style>
a { background-color: #ACCEC3; }
a { background-color: rgb(172,206,195); }
div.DivClassName
{
background-color: #ACCEC3;
}
.BgClassName
{
background-color: #ACCEC3;
}
</style>
border-color css
<style>
span { border-color: #ACCEC3; }
span { border-color: rgb(172,206,195); }
td.TdClassName
{
border-color: #ACCEC3;
}
.TagClassName
{
border-color: #ACCEC3;
}
</style>