Shades of Opal #ACCAC5
Tints of Opal #ACCAC5
RGB
CMYK
RGB Variations
Color information
#ACCAC5 (or 0xACCAC5) is known color: Opal. HEX triplet: AC, CA and C5. RGB value is (172,202,197). Sum of RGB (Red+Green+Blue) = 172+202+197=571 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.12% from 571); Green value is 202 (79.30% from 255 or 35.38% from 571); Blue value is 197 (77.34% from 255 or 34.50% from 571); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCAC5 is #53353A. Grayscale: #C0C0C0. Windows color (decimal): -5453115 or 12962476. OLE color: 12962476.
HSL color Cylindrical-coordinate representation of color #ACCAC5: hue angle of 170º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ACCAC5 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 197 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.21 |
| HSL | 170º | 0.22% | 0.73% | - |
| HSV(B) | 170º | 0.15% | 0.79% | - |
| XYZ | 48.21 | 55.04 | 60.91 | - |
| YUV | 192.46 | 130.56 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 197 | 0.15 | 0 | 0.02 | 0.21 | 170 | 0.22 | 0.73 |
| Hex | AC | CA | C5 | F | 0 | 2 | 15 | AA | 16 | 49 |
| Octal | 254 | 312 | 305 | 17 | 0 | 2 | 25 | 252 | 26 | 111 |
| Binary | 10101100 | 11001010 | 11000101 | 1111 | 0 | 10 | 10101 | 10101010 | 10110 | 1001001 |
Color Harmonies of #ACCAC5
Complementary color
Monochromatic Colors of #ACCAC5
Black with #ACCAC5
Text Example
Text Example
White with #ACCAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCAC5; }
p { color: rgb(172,202,197); }
H1.HeaderClassName
{
color: #ACCAC5;
}
.AnyTagClassName
{
color: #ACCAC5;
}
</style>
background-color css
<style>
a { background-color: #ACCAC5; }
a { background-color: rgb(172,202,197); }
div.DivClassName
{
background-color: #ACCAC5;
}
.BgClassName
{
background-color: #ACCAC5;
}
</style>
border-color css
<style>
span { border-color: #ACCAC5; }
span { border-color: rgb(172,202,197); }
td.TdClassName
{
border-color: #ACCAC5;
}
.TagClassName
{
border-color: #ACCAC5;
}
</style>