Shades of Opal #ACCABF
Tints of Opal #ACCABF
RGB
CMYK
RGB Variations
Color information
#ACCABF (or 0xACCABF) is known color: Opal. HEX triplet: AC, CA and BF. RGB value is (172,202,191). Sum of RGB (Red+Green+Blue) = 172+202+191=565 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.44% from 565); Green value is 202 (79.30% from 255 or 35.75% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 202 - color contains mainly: green. Hex color #ACCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCABF is #533540. Grayscale: #BFBFBF. Windows color (decimal): -5453121 or 12569260. OLE color: 12569260.
HSL color Cylindrical-coordinate representation of color #ACCABF: hue angle of 158º 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 #ACCABF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 202 | 191 | - |
| CMYK | 0.15 | 0 | 0.05 | 0.21 |
| HSL | 158º | 0.22% | 0.73% | - |
| HSV(B) | 158º | 0.15% | 0.79% | - |
| XYZ | 47.54 | 54.77 | 57.36 | - |
| YUV | 191.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 202 | 191 | 0.15 | 0 | 0.05 | 0.21 | 158 | 0.22 | 0.73 |
| Hex | AC | CA | BF | F | 0 | 5 | 15 | 9E | 16 | 49 |
| Octal | 254 | 312 | 277 | 17 | 0 | 5 | 25 | 236 | 26 | 111 |
| Binary | 10101100 | 11001010 | 10111111 | 1111 | 0 | 101 | 10101 | 10011110 | 10110 | 1001001 |
Color Harmonies of #ACCABF
Complementary color
Monochromatic Colors of #ACCABF
Black with #ACCABF
Text Example
Text Example
White with #ACCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCABF; }
p { color: rgb(172,202,191); }
H1.HeaderClassName
{
color: #ACCABF;
}
.AnyTagClassName
{
color: #ACCABF;
}
</style>
background-color css
<style>
a { background-color: #ACCABF; }
a { background-color: rgb(172,202,191); }
div.DivClassName
{
background-color: #ACCABF;
}
.BgClassName
{
background-color: #ACCABF;
}
</style>
border-color css
<style>
span { border-color: #ACCABF; }
span { border-color: rgb(172,202,191); }
td.TdClassName
{
border-color: #ACCABF;
}
.TagClassName
{
border-color: #ACCABF;
}
</style>