Shades of Opal #A4CFC5
Tints of Opal #A4CFC5
RGB
CMYK
RGB Variations
Color information
#A4CFC5 (or 0xA4CFC5) is known color: Opal. HEX triplet: A4, CF and C5. RGB value is (164,207,197). Sum of RGB (Red+Green+Blue) = 164+207+197=568 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.87% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 197 (77.34% from 255 or 34.68% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4CFC5 is #5B303A. Grayscale: #C1C1C1. Windows color (decimal): -5976123 or 12963748. OLE color: 12963748.
HSL color Cylindrical-coordinate representation of color #A4CFC5: hue angle of 166.05º 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 #A4CFC5 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 197 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.19 |
| HSL | 166.05º | 0.31% | 0.73% | - |
| HSV(B) | 166.05º | 0.21% | 0.81% | - |
| XYZ | 47.7 | 56.55 | 61.22 | - |
| YUV | 193 | 130.25 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 197 | 0.21 | 0 | 0.05 | 0.19 | 166.05 | 0.31 | 0.73 |
| Hex | A4 | CF | C5 | 15 | 0 | 5 | 13 | A6 | 1F | 49 |
| Octal | 244 | 317 | 305 | 25 | 0 | 5 | 23 | 246 | 37 | 111 |
| Binary | 10100100 | 11001111 | 11000101 | 10101 | 0 | 101 | 10011 | 10100110 | 11111 | 1001001 |
Color Harmonies of #A4CFC5
Complementary color
Monochromatic Colors of #A4CFC5
Black with #A4CFC5
Text Example
Text Example
White with #A4CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFC5; }
p { color: rgb(164,207,197); }
H1.HeaderClassName
{
color: #A4CFC5;
}
.AnyTagClassName
{
color: #A4CFC5;
}
</style>
background-color css
<style>
a { background-color: #A4CFC5; }
a { background-color: rgb(164,207,197); }
div.DivClassName
{
background-color: #A4CFC5;
}
.BgClassName
{
background-color: #A4CFC5;
}
</style>
border-color css
<style>
span { border-color: #A4CFC5; }
span { border-color: rgb(164,207,197); }
td.TdClassName
{
border-color: #A4CFC5;
}
.TagClassName
{
border-color: #A4CFC5;
}
</style>