Shades of Opal #ACCCBF
Tints of Opal #ACCCBF
RGB
CMYK
RGB Variations
Color information
#ACCCBF (or 0xACCCBF) is known color: Opal. HEX triplet: AC, CC and BF. RGB value is (172,204,191). Sum of RGB (Red+Green+Blue) = 172+204+191=567 (75% of max value = 765). Red value is 172 (67.58% from 255 or 30.34% from 567); Green value is 204 (80.08% from 255 or 35.98% from 567); Blue value is 191 (75% from 255 or 33.69% from 567); Max value from RGB is 204 - color contains mainly: green. Hex color #ACCCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACCCBF is #533340. Grayscale: #C0C0C0. Windows color (decimal): -5452609 or 12569772. OLE color: 12569772.
HSL color Cylindrical-coordinate representation of color #ACCCBF: hue angle of 155.62º degrees, saturation: 0.24, 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 #ACCCBF is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 204 | 191 | - |
| CMYK | 0.16 | 0 | 0.06 | 0.2 |
| HSL | 155.63º | 0.24% | 0.74% | - |
| HSV(B) | 155.63º | 0.16% | 0.8% | - |
| XYZ | 48.01 | 55.72 | 57.51 | - |
| YUV | 192.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 204 | 191 | 0.16 | 0 | 0.06 | 0.2 | 155.63 | 0.24 | 0.74 |
| Hex | AC | CC | BF | 10 | 0 | 6 | 14 | 9C | 18 | 4A |
| Octal | 254 | 314 | 277 | 20 | 0 | 6 | 24 | 234 | 30 | 112 |
| Binary | 10101100 | 11001100 | 10111111 | 10000 | 0 | 110 | 10100 | 10011100 | 11000 | 1001010 |
Color Harmonies of #ACCCBF
Complementary color
Monochromatic Colors of #ACCCBF
Black with #ACCCBF
Text Example
Text Example
White with #ACCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCCBF; }
p { color: rgb(172,204,191); }
H1.HeaderClassName
{
color: #ACCCBF;
}
.AnyTagClassName
{
color: #ACCCBF;
}
</style>
background-color css
<style>
a { background-color: #ACCCBF; }
a { background-color: rgb(172,204,191); }
div.DivClassName
{
background-color: #ACCCBF;
}
.BgClassName
{
background-color: #ACCCBF;
}
</style>
border-color css
<style>
span { border-color: #ACCCBF; }
span { border-color: rgb(172,204,191); }
td.TdClassName
{
border-color: #ACCCBF;
}
.TagClassName
{
border-color: #ACCCBF;
}
</style>