Shades of Opal #A4C8BF
Tints of Opal #A4C8BF
RGB
CMYK
RGB Variations
Color information
#A4C8BF (or 0xA4C8BF) is known color: Opal. HEX triplet: A4, C8 and BF. RGB value is (164,200,191). Sum of RGB (Red+Green+Blue) = 164+200+191=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 200 - color contains mainly: green. Hex color #A4C8BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C8BF is #5B3740. Grayscale: #BCBCBC. Windows color (decimal): -5977921 or 12568740. OLE color: 12568740.
HSL color Cylindrical-coordinate representation of color #A4C8BF: hue angle of 165º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A4C8BF is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 164 | 200 | 191 | - |
| CMYK | 0.18 | 0 | 0.04 | 0.22 |
| HSL | 165º | 0.25% | 0.71% | - |
| HSV(B) | 165º | 0.18% | 0.78% | - |
| XYZ | 45.37 | 52.96 | 57.12 | - |
| YUV | 188.21 | 129.57 | 110.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 200 | 191 | 0.18 | 0 | 0.04 | 0.22 | 165 | 0.25 | 0.71 |
| Hex | A4 | C8 | BF | 12 | 0 | 4 | 16 | A5 | 19 | 47 |
| Octal | 244 | 310 | 277 | 22 | 0 | 4 | 26 | 245 | 31 | 107 |
| Binary | 10100100 | 11001000 | 10111111 | 10010 | 0 | 100 | 10110 | 10100101 | 11001 | 1000111 |
Color Harmonies of #A4C8BF
Complementary color
Monochromatic Colors of #A4C8BF
Black with #A4C8BF
Text Example
Text Example
White with #A4C8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C8BF; }
p { color: rgb(164,200,191); }
H1.HeaderClassName
{
color: #A4C8BF;
}
.AnyTagClassName
{
color: #A4C8BF;
}
</style>
background-color css
<style>
a { background-color: #A4C8BF; }
a { background-color: rgb(164,200,191); }
div.DivClassName
{
background-color: #A4C8BF;
}
.BgClassName
{
background-color: #A4C8BF;
}
</style>
border-color css
<style>
span { border-color: #A4C8BF; }
span { border-color: rgb(164,200,191); }
td.TdClassName
{
border-color: #A4C8BF;
}
.TagClassName
{
border-color: #A4C8BF;
}
</style>