Shades of Opal #A6CEC4
Tints of Opal #A6CEC4
RGB
CMYK
RGB Variations
Color information
#A6CEC4 (or 0xA6CEC4) is known color: Opal. HEX triplet: A6, CE and C4. RGB value is (166,206,196). Sum of RGB (Red+Green+Blue) = 166+206+196=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 206 (80.86% from 255 or 36.27% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CEC4 is #59313B. Grayscale: #C0C0C0. Windows color (decimal): -5845308 or 12897958. OLE color: 12897958.
HSL color Cylindrical-coordinate representation of color #A6CEC4: hue angle of 165º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CEC4 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 196 | - |
| CMYK | 0.19 | 0 | 0.05 | 0.19 |
| HSL | 165º | 0.29% | 0.73% | - |
| HSV(B) | 165º | 0.19% | 0.81% | - |
| XYZ | 47.76 | 56.24 | 60.56 | - |
| YUV | 192.9 | 129.75 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 196 | 0.19 | 0 | 0.05 | 0.19 | 165 | 0.29 | 0.73 |
| Hex | A6 | CE | C4 | 13 | 0 | 5 | 13 | A5 | 1D | 49 |
| Octal | 246 | 316 | 304 | 23 | 0 | 5 | 23 | 245 | 35 | 111 |
| Binary | 10100110 | 11001110 | 11000100 | 10011 | 0 | 101 | 10011 | 10100101 | 11101 | 1001001 |
Color Harmonies of #A6CEC4
Complementary color
Monochromatic Colors of #A6CEC4
Black with #A6CEC4
Text Example
Text Example
White with #A6CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CEC4; }
p { color: rgb(166,206,196); }
H1.HeaderClassName
{
color: #A6CEC4;
}
.AnyTagClassName
{
color: #A6CEC4;
}
</style>
background-color css
<style>
a { background-color: #A6CEC4; }
a { background-color: rgb(166,206,196); }
div.DivClassName
{
background-color: #A6CEC4;
}
.BgClassName
{
background-color: #A6CEC4;
}
</style>
border-color css
<style>
span { border-color: #A6CEC4; }
span { border-color: rgb(166,206,196); }
td.TdClassName
{
border-color: #A6CEC4;
}
.TagClassName
{
border-color: #A6CEC4;
}
</style>