Shades of Opal #A6CABB
Tints of Opal #A6CABB
RGB
CMYK
RGB Variations
Color information
#A6CABB (or 0xA6CABB) is known color: Opal. HEX triplet: A6, CA and BB. RGB value is (166,202,187). Sum of RGB (Red+Green+Blue) = 166+202+187=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABB is #593544. Grayscale: #BDBDBD. Windows color (decimal): -5846341 or 12307110. OLE color: 12307110.
HSL color Cylindrical-coordinate representation of color #A6CABB: hue angle of 155º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CABB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 187 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.21 |
| HSL | 155º | 0.25% | 0.72% | - |
| HSV(B) | 155º | 0.18% | 0.79% | - |
| XYZ | 45.82 | 53.94 | 55.01 | - |
| YUV | 189.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 187 | 0.18 | 0 | 0.07 | 0.21 | 155 | 0.25 | 0.72 |
| Hex | A6 | CA | BB | 12 | 0 | 7 | 15 | 9B | 19 | 48 |
| Octal | 246 | 312 | 273 | 22 | 0 | 7 | 25 | 233 | 31 | 110 |
| Binary | 10100110 | 11001010 | 10111011 | 10010 | 0 | 111 | 10101 | 10011011 | 11001 | 1001000 |
Color Harmonies of #A6CABB
Complementary color
Monochromatic Colors of #A6CABB
Black with #A6CABB
Text Example
Text Example
White with #A6CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CABB; }
p { color: rgb(166,202,187); }
H1.HeaderClassName
{
color: #A6CABB;
}
.AnyTagClassName
{
color: #A6CABB;
}
</style>
background-color css
<style>
a { background-color: #A6CABB; }
a { background-color: rgb(166,202,187); }
div.DivClassName
{
background-color: #A6CABB;
}
.BgClassName
{
background-color: #A6CABB;
}
</style>
border-color css
<style>
span { border-color: #A6CABB; }
span { border-color: rgb(166,202,187); }
td.TdClassName
{
border-color: #A6CABB;
}
.TagClassName
{
border-color: #A6CABB;
}
</style>