Shades of Opal #A8CFC5
Tints of Opal #A8CFC5
RGB
CMYK
RGB Variations
Color information
#A8CFC5 (or 0xA8CFC5) is known color: Opal. HEX triplet: A8, CF and C5. RGB value is (168,207,197). Sum of RGB (Red+Green+Blue) = 168+207+197=572 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.37% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 197 (77.34% from 255 or 34.44% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFC5 is #57303A. Grayscale: #C2C2C2. Windows color (decimal): -5713979 or 12963752. OLE color: 12963752.
HSL color Cylindrical-coordinate representation of color #A8CFC5: hue angle of 164.62º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8CFC5 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 207 | 197 | - |
CMYK | 0.19 | 0 | 0.05 | 0.19 |
HSL | 164.62º | 0.29% | 0.74% | - |
HSV(B) | 164.62º | 0.19% | 0.81% | - |
XYZ | 48.54 | 56.98 | 61.26 | - |
YUV | 194.2 | 129.58 | 109.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 207 | 197 | 0.19 | 0 | 0.05 | 0.19 | 164.62 | 0.29 | 0.74 |
Hex | A8 | CF | C5 | 13 | 0 | 5 | 13 | A5 | 1D | 4A |
Octal | 250 | 317 | 305 | 23 | 0 | 5 | 23 | 245 | 35 | 112 |
Binary | 10101000 | 11001111 | 11000101 | 10011 | 0 | 101 | 10011 | 10100101 | 11101 | 1001010 |
Color Harmonies of #A8CFC5
Complementary color
Monochromatic Colors of #A8CFC5
Black with #A8CFC5
Text Example
Text Example
White with #A8CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFC5; }
p { color: rgb(168,207,197); }
H1.HeaderClassName
{
color: #A8CFC5;
}
.AnyTagClassName
{
color: #A8CFC5;
}
</style>
background-color css
<style>
a { background-color: #A8CFC5; }
a { background-color: rgb(168,207,197); }
div.DivClassName
{
background-color: #A8CFC5;
}
.BgClassName
{
background-color: #A8CFC5;
}
</style>
border-color css
<style>
span { border-color: #A8CFC5; }
span { border-color: rgb(168,207,197); }
td.TdClassName
{
border-color: #A8CFC5;
}
.TagClassName
{
border-color: #A8CFC5;
}
</style>