Shades of Opal #ACC1BE
Tints of Opal #ACC1BE
RGB
CMYK
RGB Variations
Color information
#ACC1BE (or 0xACC1BE) is known color: Opal. HEX triplet: AC, C1 and BE. RGB value is (172,193,190). Sum of RGB (Red+Green+Blue) = 172+193+190=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 193 (75.78% from 255 or 34.77% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC1BE is #533E41. Grayscale: #BABABA. Windows color (decimal): -5455426 or 12501420. OLE color: 12501420.
HSL color Cylindrical-coordinate representation of color #ACC1BE: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ACC1BE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 190 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.24 |
| HSL | 171.43º | 0.14% | 0.72% | - |
| HSV(B) | 171.43º | 0.11% | 0.76% | - |
| XYZ | 45.38 | 50.63 | 56.1 | - |
| YUV | 186.38 | 130.04 | 117.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 190 | 0.11 | 0 | 0.02 | 0.24 | 171.43 | 0.14 | 0.72 |
| Hex | AC | C1 | BE | B | 0 | 2 | 18 | AB | E | 48 |
| Octal | 254 | 301 | 276 | 13 | 0 | 2 | 30 | 253 | 16 | 110 |
| Binary | 10101100 | 11000001 | 10111110 | 1011 | 0 | 10 | 11000 | 10101011 | 1110 | 1001000 |
Color Harmonies of #ACC1BE
Complementary color
Monochromatic Colors of #ACC1BE
Black with #ACC1BE
Text Example
Text Example
White with #ACC1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC1BE; }
p { color: rgb(172,193,190); }
H1.HeaderClassName
{
color: #ACC1BE;
}
.AnyTagClassName
{
color: #ACC1BE;
}
</style>
background-color css
<style>
a { background-color: #ACC1BE; }
a { background-color: rgb(172,193,190); }
div.DivClassName
{
background-color: #ACC1BE;
}
.BgClassName
{
background-color: #ACC1BE;
}
</style>
border-color css
<style>
span { border-color: #ACC1BE; }
span { border-color: rgb(172,193,190); }
td.TdClassName
{
border-color: #ACC1BE;
}
.TagClassName
{
border-color: #ACC1BE;
}
</style>