Shades of Opal #ACC6BE
Tints of Opal #ACC6BE
RGB
CMYK
RGB Variations
Color information
#ACC6BE (or 0xACC6BE) is known color: Opal. HEX triplet: AC, C6 and BE. RGB value is (172,198,190). Sum of RGB (Red+Green+Blue) = 172+198+190=560 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.71% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 190 (74.61% from 255 or 33.93% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #ACC6BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACC6BE is #533941. Grayscale: #BDBDBD. Windows color (decimal): -5454146 or 12502700. OLE color: 12502700.
HSL color Cylindrical-coordinate representation of color #ACC6BE: hue angle of 161.54º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC6BE is Cyan = 0.13, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 172 | 198 | 190 | - |
CMYK | 0.13 | 0 | 0.04 | 0.22 |
HSL | 161.54º | 0.19% | 0.73% | - |
HSV(B) | 161.54º | 0.13% | 0.78% | - |
XYZ | 46.5 | 52.88 | 56.47 | - |
YUV | 189.31 | 128.39 | 115.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 198 | 190 | 0.13 | 0 | 0.04 | 0.22 | 161.54 | 0.19 | 0.73 |
Hex | AC | C6 | BE | D | 0 | 4 | 16 | A2 | 13 | 49 |
Octal | 254 | 306 | 276 | 15 | 0 | 4 | 26 | 242 | 23 | 111 |
Binary | 10101100 | 11000110 | 10111110 | 1101 | 0 | 100 | 10110 | 10100010 | 10011 | 1001001 |
Color Harmonies of #ACC6BE
Complementary color
Monochromatic Colors of #ACC6BE
Black with #ACC6BE
Text Example
Text Example
White with #ACC6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC6BE; }
p { color: rgb(172,198,190); }
H1.HeaderClassName
{
color: #ACC6BE;
}
.AnyTagClassName
{
color: #ACC6BE;
}
</style>
background-color css
<style>
a { background-color: #ACC6BE; }
a { background-color: rgb(172,198,190); }
div.DivClassName
{
background-color: #ACC6BE;
}
.BgClassName
{
background-color: #ACC6BE;
}
</style>
border-color css
<style>
span { border-color: #ACC6BE; }
span { border-color: rgb(172,198,190); }
td.TdClassName
{
border-color: #ACC6BE;
}
.TagClassName
{
border-color: #ACC6BE;
}
</style>