Shades of Opal #A4CFBF
Tints of Opal #A4CFBF
RGB
CMYK
RGB Variations
Color information
#A4CFBF (or 0xA4CFBF) is known color: Opal. HEX triplet: A4, CF and BF. RGB value is (164,207,191). Sum of RGB (Red+Green+Blue) = 164+207+191=562 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.18% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFBF is #5B3040. Grayscale: #C0C0C0. Windows color (decimal): -5976129 or 12570532. OLE color: 12570532.
HSL color Cylindrical-coordinate representation of color #A4CFBF: hue angle of 157.67º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFBF is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 191 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.19 |
| HSL | 157.67º | 0.31% | 0.73% | - |
| HSV(B) | 157.67º | 0.21% | 0.81% | - |
| XYZ | 47.03 | 56.28 | 57.67 | - |
| YUV | 192.32 | 127.25 | 107.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 191 | 0.21 | 0 | 0.08 | 0.19 | 157.67 | 0.31 | 0.73 |
| Hex | A4 | CF | BF | 15 | 0 | 8 | 13 | 9E | 1F | 49 |
| Octal | 244 | 317 | 277 | 25 | 0 | 10 | 23 | 236 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10111111 | 10101 | 0 | 1000 | 10011 | 10011110 | 11111 | 1001001 |
Color Harmonies of #A4CFBF
Complementary color
Monochromatic Colors of #A4CFBF
Black with #A4CFBF
Text Example
Text Example
White with #A4CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFBF; }
p { color: rgb(164,207,191); }
H1.HeaderClassName
{
color: #A4CFBF;
}
.AnyTagClassName
{
color: #A4CFBF;
}
</style>
background-color css
<style>
a { background-color: #A4CFBF; }
a { background-color: rgb(164,207,191); }
div.DivClassName
{
background-color: #A4CFBF;
}
.BgClassName
{
background-color: #A4CFBF;
}
</style>
border-color css
<style>
span { border-color: #A4CFBF; }
span { border-color: rgb(164,207,191); }
td.TdClassName
{
border-color: #A4CFBF;
}
.TagClassName
{
border-color: #A4CFBF;
}
</style>