Shades of Opal #A8CEC4
Tints of Opal #A8CEC4
RGB
CMYK
RGB Variations
Color information
#A8CEC4 (or 0xA8CEC4) is known color: Opal. HEX triplet: A8, CE and C4. RGB value is (168,206,196). Sum of RGB (Red+Green+Blue) = 168+206+196=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 206 (80.86% from 255 or 36.14% from 570); Blue value is 196 (76.95% from 255 or 34.39% from 570); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CEC4 is #57313B. Grayscale: #C1C1C1. Windows color (decimal): -5714236 or 12897960. OLE color: 12897960.
HSL color Cylindrical-coordinate representation of color #A8CEC4: hue angle of 164.21º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEC4 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 196 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.19 |
| HSL | 164.21º | 0.28% | 0.73% | - |
| HSV(B) | 164.21º | 0.18% | 0.81% | - |
| XYZ | 48.18 | 56.45 | 60.58 | - |
| YUV | 193.5 | 129.41 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 196 | 0.18 | 0 | 0.05 | 0.19 | 164.21 | 0.28 | 0.73 |
| Hex | A8 | CE | C4 | 12 | 0 | 5 | 13 | A4 | 1C | 49 |
| Octal | 250 | 316 | 304 | 22 | 0 | 5 | 23 | 244 | 34 | 111 |
| Binary | 10101000 | 11001110 | 11000100 | 10010 | 0 | 101 | 10011 | 10100100 | 11100 | 1001001 |
Color Harmonies of #A8CEC4
Complementary color
Monochromatic Colors of #A8CEC4
Black with #A8CEC4
Text Example
Text Example
White with #A8CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEC4; }
p { color: rgb(168,206,196); }
H1.HeaderClassName
{
color: #A8CEC4;
}
.AnyTagClassName
{
color: #A8CEC4;
}
</style>
background-color css
<style>
a { background-color: #A8CEC4; }
a { background-color: rgb(168,206,196); }
div.DivClassName
{
background-color: #A8CEC4;
}
.BgClassName
{
background-color: #A8CEC4;
}
</style>
border-color css
<style>
span { border-color: #A8CEC4; }
span { border-color: rgb(168,206,196); }
td.TdClassName
{
border-color: #A8CEC4;
}
.TagClassName
{
border-color: #A8CEC4;
}
</style>