Shades of Opal #A9CFC4
Tints of Opal #A9CFC4
RGB
CMYK
RGB Variations
Color information
#A9CFC4 (or 0xA9CFC4) is known color: Opal. HEX triplet: A9, CF and C4. RGB value is (169,207,196). Sum of RGB (Red+Green+Blue) = 169+207+196=572 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.55% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 196 (76.95% from 255 or 34.27% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFC4 is #56303B. Grayscale: #C2C2C2. Windows color (decimal): -5648444 or 12898217. OLE color: 12898217.
HSL color Cylindrical-coordinate representation of color #A9CFC4: hue angle of 162.63º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CFC4 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 196 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.19 |
| HSL | 162.63º | 0.28% | 0.74% | - |
| HSV(B) | 162.63º | 0.18% | 0.81% | - |
| XYZ | 48.64 | 57.05 | 60.67 | - |
| YUV | 194.38 | 128.91 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 196 | 0.18 | 0 | 0.05 | 0.19 | 162.63 | 0.28 | 0.74 |
| Hex | A9 | CF | C4 | 12 | 0 | 5 | 13 | A3 | 1C | 4A |
| Octal | 251 | 317 | 304 | 22 | 0 | 5 | 23 | 243 | 34 | 112 |
| Binary | 10101001 | 11001111 | 11000100 | 10010 | 0 | 101 | 10011 | 10100011 | 11100 | 1001010 |
Color Harmonies of #A9CFC4
Complementary color
Monochromatic Colors of #A9CFC4
Black with #A9CFC4
Text Example
Text Example
White with #A9CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFC4; }
p { color: rgb(169,207,196); }
H1.HeaderClassName
{
color: #A9CFC4;
}
.AnyTagClassName
{
color: #A9CFC4;
}
</style>
background-color css
<style>
a { background-color: #A9CFC4; }
a { background-color: rgb(169,207,196); }
div.DivClassName
{
background-color: #A9CFC4;
}
.BgClassName
{
background-color: #A9CFC4;
}
</style>
border-color css
<style>
span { border-color: #A9CFC4; }
span { border-color: rgb(169,207,196); }
td.TdClassName
{
border-color: #A9CFC4;
}
.TagClassName
{
border-color: #A9CFC4;
}
</style>