Shades of Opal #A8CFC1
Tints of Opal #A8CFC1
RGB
CMYK
RGB Variations
Color information
#A8CFC1 (or 0xA8CFC1) is known color: Opal. HEX triplet: A8, CF and C1. RGB value is (168,207,193). Sum of RGB (Red+Green+Blue) = 168+207+193=568 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.58% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 193 (75.78% from 255 or 33.98% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CFC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8CFC1 is #57303E. Grayscale: #C1C1C1. Windows color (decimal): -5713983 or 12701608. OLE color: 12701608.
HSL color Cylindrical-coordinate representation of color #A8CFC1: hue angle of 158.46º 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 #A8CFC1 is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 168 | 207 | 193 | - |
CMYK | 0.19 | 0 | 0.07 | 0.19 |
HSL | 158.46º | 0.29% | 0.74% | - |
HSV(B) | 158.46º | 0.19% | 0.81% | - |
XYZ | 48.09 | 56.8 | 58.88 | - |
YUV | 193.74 | 127.58 | 109.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 207 | 193 | 0.19 | 0 | 0.07 | 0.19 | 158.46 | 0.29 | 0.74 |
Hex | A8 | CF | C1 | 13 | 0 | 7 | 13 | 9E | 1D | 4A |
Octal | 250 | 317 | 301 | 23 | 0 | 7 | 23 | 236 | 35 | 112 |
Binary | 10101000 | 11001111 | 11000001 | 10011 | 0 | 111 | 10011 | 10011110 | 11101 | 1001010 |
Color Harmonies of #A8CFC1
Complementary color
Monochromatic Colors of #A8CFC1
Black with #A8CFC1
Text Example
Text Example
White with #A8CFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CFC1; }
p { color: rgb(168,207,193); }
H1.HeaderClassName
{
color: #A8CFC1;
}
.AnyTagClassName
{
color: #A8CFC1;
}
</style>
background-color css
<style>
a { background-color: #A8CFC1; }
a { background-color: rgb(168,207,193); }
div.DivClassName
{
background-color: #A8CFC1;
}
.BgClassName
{
background-color: #A8CFC1;
}
</style>
border-color css
<style>
span { border-color: #A8CFC1; }
span { border-color: rgb(168,207,193); }
td.TdClassName
{
border-color: #A8CFC1;
}
.TagClassName
{
border-color: #A8CFC1;
}
</style>