Shades of Opal #ACCDC6
Tints of Opal #ACCDC6
RGB
CMYK
RGB Variations
Color information
#ACCDC6 (or 0xACCDC6) is known color: Opal. HEX triplet: AC, CD and C6. RGB value is (172,205,198). Sum of RGB (Red+Green+Blue) = 172+205+198=575 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.91% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCDC6 is #533239. Grayscale: #C2C2C2. Windows color (decimal): -5452346 or 13028780. OLE color: 13028780.
HSL color Cylindrical-coordinate representation of color #ACCDC6: hue angle of 167.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDC6 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 205 | 198 | - |
| CMYK | 0.16 | 0 | 0.03 | 0.20 |
| HSL | 167.27º | 0.25% | 0.74% | - |
| HSV(B) | 167.27º | 0.16% | 0.8% | - |
| XYZ | 49.04 | 56.51 | 61.75 | - |
| YUV | 194.34 | 130.07 | 112.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 205 | 198 | 0.16 | 0 | 0.03 | 0.20 | 167.27 | 0.25 | 0.74 |
| Hex | AC | CD | C6 | 10 | 0 | 3 | 14 | A7 | 19 | 4A |
| Octal | 254 | 315 | 306 | 20 | 0 | 3 | 24 | 247 | 31 | 112 |
| Binary | 10101100 | 11001101 | 11000110 | 10000 | 0 | 11 | 10100 | 10100111 | 11001 | 1001010 |
Color Harmonies of #ACCDC6
Complementary color
Monochromatic Colors of #ACCDC6
Black with #ACCDC6
Text Example
Text Example
White with #ACCDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDC6; }
p { color: rgb(172,205,198); }
H1.HeaderClassName
{
color: #ACCDC6;
}
.AnyTagClassName
{
color: #ACCDC6;
}
</style>
background-color css
<style>
a { background-color: #ACCDC6; }
a { background-color: rgb(172,205,198); }
div.DivClassName
{
background-color: #ACCDC6;
}
.BgClassName
{
background-color: #ACCDC6;
}
</style>
border-color css
<style>
span { border-color: #ACCDC6; }
span { border-color: rgb(172,205,198); }
td.TdClassName
{
border-color: #ACCDC6;
}
.TagClassName
{
border-color: #ACCDC6;
}
</style>