Shades of Opal #A8CABC
Tints of Opal #A8CABC
RGB
CMYK
RGB Variations
Color information
#A8CABC (or 0xA8CABC) is known color: Opal. HEX triplet: A8, CA and BC. RGB value is (168,202,188). Sum of RGB (Red+Green+Blue) = 168+202+188=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 202 (79.30% from 255 or 36.20% from 558); Blue value is 188 (73.83% from 255 or 33.69% from 558); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CABC is #573543. Grayscale: #BEBEBE. Windows color (decimal): -5715268 or 12372648. OLE color: 12372648.
HSL color Cylindrical-coordinate representation of color #A8CABC: hue angle of 155.29º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8CABC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 202 | 188 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.21 |
| HSL | 155.29º | 0.24% | 0.73% | - |
| HSV(B) | 155.29º | 0.17% | 0.79% | - |
| XYZ | 46.35 | 54.2 | 55.6 | - |
| YUV | 190.24 | 126.74 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 202 | 188 | 0.17 | 0 | 0.07 | 0.21 | 155.29 | 0.24 | 0.73 |
| Hex | A8 | CA | BC | 11 | 0 | 7 | 15 | 9B | 18 | 49 |
| Octal | 250 | 312 | 274 | 21 | 0 | 7 | 25 | 233 | 30 | 111 |
| Binary | 10101000 | 11001010 | 10111100 | 10001 | 0 | 111 | 10101 | 10011011 | 11000 | 1001001 |
Color Harmonies of #A8CABC
Complementary color
Monochromatic Colors of #A8CABC
Black with #A8CABC
Text Example
Text Example
White with #A8CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CABC; }
p { color: rgb(168,202,188); }
H1.HeaderClassName
{
color: #A8CABC;
}
.AnyTagClassName
{
color: #A8CABC;
}
</style>
background-color css
<style>
a { background-color: #A8CABC; }
a { background-color: rgb(168,202,188); }
div.DivClassName
{
background-color: #A8CABC;
}
.BgClassName
{
background-color: #A8CABC;
}
</style>
border-color css
<style>
span { border-color: #A8CABC; }
span { border-color: rgb(168,202,188); }
td.TdClassName
{
border-color: #A8CABC;
}
.TagClassName
{
border-color: #A8CABC;
}
</style>