Shades of Opal #ACCEC4
Tints of Opal #ACCEC4
RGB
CMYK
RGB Variations
Color information
#ACCEC4 (or 0xACCEC4) is known color: Opal. HEX triplet: AC, CE and C4. RGB value is (172,206,196). Sum of RGB (Red+Green+Blue) = 172+206+196=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 196 (76.95% from 255 or 34.15% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCEC4 is #53313B. Grayscale: #C2C2C2. Windows color (decimal): -5452092 or 12897964. OLE color: 12897964.
HSL color Cylindrical-coordinate representation of color #ACCEC4: hue angle of 162.35º 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 #ACCEC4 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 196 | - |
| CMYK | 0.17 | 0 | 0.05 | 0.19 |
| HSL | 162.35º | 0.26% | 0.74% | - |
| HSV(B) | 162.35º | 0.17% | 0.81% | - |
| XYZ | 49.05 | 56.9 | 60.62 | - |
| YUV | 194.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 196 | 0.17 | 0 | 0.05 | 0.19 | 162.35 | 0.26 | 0.74 |
| Hex | AC | CE | C4 | 11 | 0 | 5 | 13 | A2 | 1A | 4A |
| Octal | 254 | 316 | 304 | 21 | 0 | 5 | 23 | 242 | 32 | 112 |
| Binary | 10101100 | 11001110 | 11000100 | 10001 | 0 | 101 | 10011 | 10100010 | 11010 | 1001010 |
Color Harmonies of #ACCEC4
Complementary color
Monochromatic Colors of #ACCEC4
Black with #ACCEC4
Text Example
Text Example
White with #ACCEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEC4; }
p { color: rgb(172,206,196); }
H1.HeaderClassName
{
color: #ACCEC4;
}
.AnyTagClassName
{
color: #ACCEC4;
}
</style>
background-color css
<style>
a { background-color: #ACCEC4; }
a { background-color: rgb(172,206,196); }
div.DivClassName
{
background-color: #ACCEC4;
}
.BgClassName
{
background-color: #ACCEC4;
}
</style>
border-color css
<style>
span { border-color: #ACCEC4; }
span { border-color: rgb(172,206,196); }
td.TdClassName
{
border-color: #ACCEC4;
}
.TagClassName
{
border-color: #ACCEC4;
}
</style>