Shades of Opal #ACCEC2
Tints of Opal #ACCEC2
RGB
CMYK
RGB Variations
Color information
#ACCEC2 (or 0xACCEC2) is known color: Opal. HEX triplet: AC, CE and C2. RGB value is (172,206,194). Sum of RGB (Red+Green+Blue) = 172+206+194=572 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.07% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC2 is #53313D. Grayscale: #C2C2C2. Windows color (decimal): -5452094 or 12766892. OLE color: 12766892.
HSL color Cylindrical-coordinate representation of color #ACCEC2: hue angle of 158.82º 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 #ACCEC2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
RGB | 172 | 206 | 194 | - |
CMYK | 0.17 | 0 | 0.06 | 0.19 |
HSL | 158.82º | 0.26% | 0.74% | - |
HSV(B) | 158.82º | 0.17% | 0.81% | - |
XYZ | 48.82 | 56.81 | 59.43 | - |
YUV | 194.47 | 127.74 | 111.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 206 | 194 | 0.17 | 0 | 0.06 | 0.19 | 158.82 | 0.26 | 0.74 |
Hex | AC | CE | C2 | 11 | 0 | 6 | 13 | 9F | 1A | 4A |
Octal | 254 | 316 | 302 | 21 | 0 | 6 | 23 | 237 | 32 | 112 |
Binary | 10101100 | 11001110 | 11000010 | 10001 | 0 | 110 | 10011 | 10011111 | 11010 | 1001010 |
Color Harmonies of #ACCEC2
Complementary color
Monochromatic Colors of #ACCEC2
Black with #ACCEC2
Text Example
Text Example
White with #ACCEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC2; }
p { color: rgb(172,206,194); }
H1.HeaderClassName
{
color: #ACCEC2;
}
.AnyTagClassName
{
color: #ACCEC2;
}
</style>
background-color css
<style>
a { background-color: #ACCEC2; }
a { background-color: rgb(172,206,194); }
div.DivClassName
{
background-color: #ACCEC2;
}
.BgClassName
{
background-color: #ACCEC2;
}
</style>
border-color css
<style>
span { border-color: #ACCEC2; }
span { border-color: rgb(172,206,194); }
td.TdClassName
{
border-color: #ACCEC2;
}
.TagClassName
{
border-color: #ACCEC2;
}
</style>