Shades of Opal #A6CFBD
Tints of Opal #A6CFBD
RGB
CMYK
RGB Variations
Color information
#A6CFBD (or 0xA6CFBD) is known color: Opal. HEX triplet: A6, CF and BD. RGB value is (166,207,189). Sum of RGB (Red+Green+Blue) = 166+207+189=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 189 (74.22% from 255 or 33.63% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFBD is #593042. Grayscale: #C0C0C0. Windows color (decimal): -5845059 or 12439462. OLE color: 12439462.
HSL color Cylindrical-coordinate representation of color #A6CFBD: hue angle of 153.66º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFBD is Cyan = 0.20, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 189 | - |
| CMYK | 0.20 | 0 | 0.09 | 0.19 |
| HSL | 153.66º | 0.3% | 0.73% | - |
| HSV(B) | 153.66º | 0.2% | 0.81% | - |
| XYZ | 47.22 | 56.41 | 56.54 | - |
| YUV | 192.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 189 | 0.20 | 0 | 0.09 | 0.19 | 153.66 | 0.3 | 0.73 |
| Hex | A6 | CF | BD | 14 | 0 | 9 | 13 | 9A | 1E | 49 |
| Octal | 246 | 317 | 275 | 24 | 0 | 11 | 23 | 232 | 36 | 111 |
| Binary | 10100110 | 11001111 | 10111101 | 10100 | 0 | 1001 | 10011 | 10011010 | 11110 | 1001001 |
Color Harmonies of #A6CFBD
Complementary color
Monochromatic Colors of #A6CFBD
Black with #A6CFBD
Text Example
Text Example
White with #A6CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFBD; }
p { color: rgb(166,207,189); }
H1.HeaderClassName
{
color: #A6CFBD;
}
.AnyTagClassName
{
color: #A6CFBD;
}
</style>
background-color css
<style>
a { background-color: #A6CFBD; }
a { background-color: rgb(166,207,189); }
div.DivClassName
{
background-color: #A6CFBD;
}
.BgClassName
{
background-color: #A6CFBD;
}
</style>
border-color css
<style>
span { border-color: #A6CFBD; }
span { border-color: rgb(166,207,189); }
td.TdClassName
{
border-color: #A6CFBD;
}
.TagClassName
{
border-color: #A6CFBD;
}
</style>