Shades of Opal #A8CFC6
Tints of Opal #A8CFC6
RGB
CMYK
RGB Variations
Color information
#A8CFC6 (or 0xA8CFC6) is known color: Opal. HEX triplet: A8, CF and C6. RGB value is (168,207,198). Sum of RGB (Red+Green+Blue) = 168+207+198=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 207 (81.25% from 255 or 36.13% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFC6 is #573039. Grayscale: #C2C2C2. Windows color (decimal): -5713978 or 13029288. OLE color: 13029288.
HSL color Cylindrical-coordinate representation of color #A8CFC6: hue angle of 166.15º 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 #A8CFC6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 207 | 198 | - |
CMYK | 0.19 | 0 | 0.04 | 0.19 |
HSL | 166.15º | 0.29% | 0.74% | - |
HSV(B) | 166.15º | 0.19% | 0.81% | - |
XYZ | 48.65 | 57.03 | 61.87 | - |
YUV | 194.31 | 130.08 | 109.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 207 | 198 | 0.19 | 0 | 0.04 | 0.19 | 166.15 | 0.29 | 0.74 |
Hex | A8 | CF | C6 | 13 | 0 | 4 | 13 | A6 | 1D | 4A |
Octal | 250 | 317 | 306 | 23 | 0 | 4 | 23 | 246 | 35 | 112 |
Binary | 10101000 | 11001111 | 11000110 | 10011 | 0 | 100 | 10011 | 10100110 | 11101 | 1001010 |
Color Harmonies of #A8CFC6
Complementary color
Monochromatic Colors of #A8CFC6
Black with #A8CFC6
Text Example
Text Example
White with #A8CFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFC6; }
p { color: rgb(168,207,198); }
H1.HeaderClassName
{
color: #A8CFC6;
}
.AnyTagClassName
{
color: #A8CFC6;
}
</style>
background-color css
<style>
a { background-color: #A8CFC6; }
a { background-color: rgb(168,207,198); }
div.DivClassName
{
background-color: #A8CFC6;
}
.BgClassName
{
background-color: #A8CFC6;
}
</style>
border-color css
<style>
span { border-color: #A8CFC6; }
span { border-color: rgb(168,207,198); }
td.TdClassName
{
border-color: #A8CFC6;
}
.TagClassName
{
border-color: #A8CFC6;
}
</style>