Shades of Opal #A0CFC3
Tints of Opal #A0CFC3
RGB
CMYK
RGB Variations
Color information
#A0CFC3 (or 0xA0CFC3) is known color: Opal. HEX triplet: A0, CF and C3. RGB value is (160,207,195). Sum of RGB (Red+Green+Blue) = 160+207+195=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 207 (81.25% from 255 or 36.83% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFC3 is #5F303C. Grayscale: #BFBFBF. Windows color (decimal): -6238269 or 12832672. OLE color: 12832672.
HSL color Cylindrical-coordinate representation of color #A0CFC3: hue angle of 164.68º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A0CFC3 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 195 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.19 |
| HSL | 164.68º | 0.33% | 0.72% | - |
| HSV(B) | 164.68º | 0.23% | 0.81% | - |
| XYZ | 46.66 | 56.04 | 59.99 | - |
| YUV | 191.58 | 129.93 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 195 | 0.23 | 0 | 0.06 | 0.19 | 164.68 | 0.33 | 0.72 |
| Hex | A0 | CF | C3 | 17 | 0 | 6 | 13 | A5 | 21 | 48 |
| Octal | 240 | 317 | 303 | 27 | 0 | 6 | 23 | 245 | 41 | 110 |
| Binary | 10100000 | 11001111 | 11000011 | 10111 | 0 | 110 | 10011 | 10100101 | 100001 | 1001000 |
Color Harmonies of #A0CFC3
Complementary color
Monochromatic Colors of #A0CFC3
Black with #A0CFC3
Text Example
Text Example
White with #A0CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFC3; }
p { color: rgb(160,207,195); }
H1.HeaderClassName
{
color: #A0CFC3;
}
.AnyTagClassName
{
color: #A0CFC3;
}
</style>
background-color css
<style>
a { background-color: #A0CFC3; }
a { background-color: rgb(160,207,195); }
div.DivClassName
{
background-color: #A0CFC3;
}
.BgClassName
{
background-color: #A0CFC3;
}
</style>
border-color css
<style>
span { border-color: #A0CFC3; }
span { border-color: rgb(160,207,195); }
td.TdClassName
{
border-color: #A0CFC3;
}
.TagClassName
{
border-color: #A0CFC3;
}
</style>