Shades of Opal #A8C4BA
Tints of Opal #A8C4BA
RGB
CMYK
RGB Variations
Color information
#A8C4BA (or 0xA8C4BA) is known color: Opal. HEX triplet: A8, C4 and BA. RGB value is (168,196,186). Sum of RGB (Red+Green+Blue) = 168+196+186=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 196 (76.95% from 255 or 35.64% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 196 - color contains mainly: green. Hex color #A8C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C4BA is #573B45. Grayscale: #BABABA. Windows color (decimal): -5716806 or 12240040. OLE color: 12240040.
HSL color Cylindrical-coordinate representation of color #A8C4BA: hue angle of 158.57º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8C4BA is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
RGB | 168 | 196 | 186 | - |
CMYK | 0.14 | 0 | 0.05 | 0.23 |
HSL | 158.57º | 0.19% | 0.71% | - |
HSV(B) | 158.57º | 0.14% | 0.77% | - |
XYZ | 44.75 | 51.35 | 54.01 | - |
YUV | 186.49 | 127.72 | 114.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 196 | 186 | 0.14 | 0 | 0.05 | 0.23 | 158.57 | 0.19 | 0.71 |
Hex | A8 | C4 | BA | E | 0 | 5 | 17 | 9F | 13 | 47 |
Octal | 250 | 304 | 272 | 16 | 0 | 5 | 27 | 237 | 23 | 107 |
Binary | 10101000 | 11000100 | 10111010 | 1110 | 0 | 101 | 10111 | 10011111 | 10011 | 1000111 |
Color Harmonies of #A8C4BA
Complementary color
Monochromatic Colors of #A8C4BA
Black with #A8C4BA
Text Example
Text Example
White with #A8C4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C4BA; }
p { color: rgb(168,196,186); }
H1.HeaderClassName
{
color: #A8C4BA;
}
.AnyTagClassName
{
color: #A8C4BA;
}
</style>
background-color css
<style>
a { background-color: #A8C4BA; }
a { background-color: rgb(168,196,186); }
div.DivClassName
{
background-color: #A8C4BA;
}
.BgClassName
{
background-color: #A8C4BA;
}
</style>
border-color css
<style>
span { border-color: #A8C4BA; }
span { border-color: rgb(168,196,186); }
td.TdClassName
{
border-color: #A8C4BA;
}
.TagClassName
{
border-color: #A8C4BA;
}
</style>