Shades of Opal #A8CABB
Tints of Opal #A8CABB
RGB
CMYK
RGB Variations
Color information
#A8CABB (or 0xA8CABB) is known color: Opal. HEX triplet: A8, CA and BB. RGB value is (168,202,187). Sum of RGB (Red+Green+Blue) = 168+202+187=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #A8CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CABB is #573544. Grayscale: #BEBEBE. Windows color (decimal): -5715269 or 12307112. OLE color: 12307112.
HSL color Cylindrical-coordinate representation of color #A8CABB: hue angle of 153.53º 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 #A8CABB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
RGB | 168 | 202 | 187 | - |
CMYK | 0.17 | 0 | 0.07 | 0.21 |
HSL | 153.53º | 0.24% | 0.73% | - |
HSV(B) | 153.53º | 0.17% | 0.79% | - |
XYZ | 46.24 | 54.15 | 55.03 | - |
YUV | 190.12 | 126.24 | 112.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 202 | 187 | 0.17 | 0 | 0.07 | 0.21 | 153.53 | 0.24 | 0.73 |
Hex | A8 | CA | BB | 11 | 0 | 7 | 15 | 9A | 18 | 49 |
Octal | 250 | 312 | 273 | 21 | 0 | 7 | 25 | 232 | 30 | 111 |
Binary | 10101000 | 11001010 | 10111011 | 10001 | 0 | 111 | 10101 | 10011010 | 11000 | 1001001 |
Color Harmonies of #A8CABB
Complementary color
Monochromatic Colors of #A8CABB
Black with #A8CABB
Text Example
Text Example
White with #A8CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CABB; }
p { color: rgb(168,202,187); }
H1.HeaderClassName
{
color: #A8CABB;
}
.AnyTagClassName
{
color: #A8CABB;
}
</style>
background-color css
<style>
a { background-color: #A8CABB; }
a { background-color: rgb(168,202,187); }
div.DivClassName
{
background-color: #A8CABB;
}
.BgClassName
{
background-color: #A8CABB;
}
</style>
border-color css
<style>
span { border-color: #A8CABB; }
span { border-color: rgb(168,202,187); }
td.TdClassName
{
border-color: #A8CABB;
}
.TagClassName
{
border-color: #A8CABB;
}
</style>