Shades of Opal #A6CFC3
Tints of Opal #A6CFC3
RGB
CMYK
RGB Variations
Color information
#A6CFC3 (or 0xA6CFC3) is known color: Opal. HEX triplet: A6, CF and C3. RGB value is (166,207,195). Sum of RGB (Red+Green+Blue) = 166+207+195=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CFC3 is #59303C. Grayscale: #C1C1C1. Windows color (decimal): -5845053 or 12832678. OLE color: 12832678.
HSL color Cylindrical-coordinate representation of color #A6CFC3: hue angle of 162.44º 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 #A6CFC3 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 195 | - |
| CMYK | 0.20 | 0 | 0.06 | 0.19 |
| HSL | 162.44º | 0.3% | 0.73% | - |
| HSV(B) | 162.44º | 0.2% | 0.81% | - |
| XYZ | 47.89 | 56.67 | 60.04 | - |
| YUV | 193.37 | 128.92 | 108.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 195 | 0.20 | 0 | 0.06 | 0.19 | 162.44 | 0.3 | 0.73 |
| Hex | A6 | CF | C3 | 14 | 0 | 6 | 13 | A2 | 1E | 49 |
| Octal | 246 | 317 | 303 | 24 | 0 | 6 | 23 | 242 | 36 | 111 |
| Binary | 10100110 | 11001111 | 11000011 | 10100 | 0 | 110 | 10011 | 10100010 | 11110 | 1001001 |
Color Harmonies of #A6CFC3
Complementary color
Monochromatic Colors of #A6CFC3
Black with #A6CFC3
Text Example
Text Example
White with #A6CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFC3; }
p { color: rgb(166,207,195); }
H1.HeaderClassName
{
color: #A6CFC3;
}
.AnyTagClassName
{
color: #A6CFC3;
}
</style>
background-color css
<style>
a { background-color: #A6CFC3; }
a { background-color: rgb(166,207,195); }
div.DivClassName
{
background-color: #A6CFC3;
}
.BgClassName
{
background-color: #A6CFC3;
}
</style>
border-color css
<style>
span { border-color: #A6CFC3; }
span { border-color: rgb(166,207,195); }
td.TdClassName
{
border-color: #A6CFC3;
}
.TagClassName
{
border-color: #A6CFC3;
}
</style>