Shades of Opal #A4CFBD
Tints of Opal #A4CFBD
RGB
CMYK
RGB Variations
Color information
#A4CFBD (or 0xA4CFBD) is known color: Opal. HEX triplet: A4, CF and BD. RGB value is (164,207,189). Sum of RGB (Red+Green+Blue) = 164+207+189=560 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.29% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 189 (74.22% from 255 or 33.75% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFBD is #5B3042. Grayscale: #C0C0C0. Windows color (decimal): -5976131 or 12439460. OLE color: 12439460.
HSL color Cylindrical-coordinate representation of color #A4CFBD: hue angle of 154.88º 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 #A4CFBD is Cyan = 0.21, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 189 | - |
| CMYK | 0.21 | 0 | 0.09 | 0.19 |
| HSL | 154.88º | 0.31% | 0.73% | - |
| HSV(B) | 154.88º | 0.21% | 0.81% | - |
| XYZ | 46.81 | 56.19 | 56.52 | - |
| YUV | 192.09 | 126.25 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 189 | 0.21 | 0 | 0.09 | 0.19 | 154.88 | 0.31 | 0.73 |
| Hex | A4 | CF | BD | 15 | 0 | 9 | 13 | 9B | 1F | 49 |
| Octal | 244 | 317 | 275 | 25 | 0 | 11 | 23 | 233 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10111101 | 10101 | 0 | 1001 | 10011 | 10011011 | 11111 | 1001001 |
Color Harmonies of #A4CFBD
Complementary color
Monochromatic Colors of #A4CFBD
Black with #A4CFBD
Text Example
Text Example
White with #A4CFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFBD; }
p { color: rgb(164,207,189); }
H1.HeaderClassName
{
color: #A4CFBD;
}
.AnyTagClassName
{
color: #A4CFBD;
}
</style>
background-color css
<style>
a { background-color: #A4CFBD; }
a { background-color: rgb(164,207,189); }
div.DivClassName
{
background-color: #A4CFBD;
}
.BgClassName
{
background-color: #A4CFBD;
}
</style>
border-color css
<style>
span { border-color: #A4CFBD; }
span { border-color: rgb(164,207,189); }
td.TdClassName
{
border-color: #A4CFBD;
}
.TagClassName
{
border-color: #A4CFBD;
}
</style>