Shades of Opal #ACCBC4
Tints of Opal #ACCBC4
RGB
CMYK
RGB Variations
Color information
#ACCBC4 (or 0xACCBC4) is known color: Opal. HEX triplet: AC, CB and C4. RGB value is (172,203,196). Sum of RGB (Red+Green+Blue) = 172+203+196=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 196 (76.95% from 255 or 34.33% from 571); Max value from RGB is 203 - color contains mainly: green. Hex color #ACCBC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCBC4 is #53343B. Grayscale: #C0C0C0. Windows color (decimal): -5452860 or 12897196. OLE color: 12897196.
HSL color Cylindrical-coordinate representation of color #ACCBC4: hue angle of 166.45º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCBC4 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 203 | 196 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.20 |
| HSL | 166.45º | 0.23% | 0.74% | - |
| HSV(B) | 166.45º | 0.15% | 0.8% | - |
| XYZ | 48.33 | 55.47 | 60.38 | - |
| YUV | 192.93 | 129.73 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 203 | 196 | 0.15 | 0 | 0.03 | 0.20 | 166.45 | 0.23 | 0.74 |
| Hex | AC | CB | C4 | F | 0 | 3 | 14 | A6 | 17 | 4A |
| Octal | 254 | 313 | 304 | 17 | 0 | 3 | 24 | 246 | 27 | 112 |
| Binary | 10101100 | 11001011 | 11000100 | 1111 | 0 | 11 | 10100 | 10100110 | 10111 | 1001010 |
Color Harmonies of #ACCBC4
Complementary color
Monochromatic Colors of #ACCBC4
Black with #ACCBC4
Text Example
Text Example
White with #ACCBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCBC4; }
p { color: rgb(172,203,196); }
H1.HeaderClassName
{
color: #ACCBC4;
}
.AnyTagClassName
{
color: #ACCBC4;
}
</style>
background-color css
<style>
a { background-color: #ACCBC4; }
a { background-color: rgb(172,203,196); }
div.DivClassName
{
background-color: #ACCBC4;
}
.BgClassName
{
background-color: #ACCBC4;
}
</style>
border-color css
<style>
span { border-color: #ACCBC4; }
span { border-color: rgb(172,203,196); }
td.TdClassName
{
border-color: #ACCBC4;
}
.TagClassName
{
border-color: #ACCBC4;
}
</style>