Shades of Opal #A0CFBE
Tints of Opal #A0CFBE
RGB
CMYK
RGB Variations
Color information
#A0CFBE (or 0xA0CFBE) is known color: Opal. HEX triplet: A0, CF and BE. RGB value is (160,207,190). Sum of RGB (Red+Green+Blue) = 160+207+190=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0CFBE is #5F3041. Grayscale: #BFBFBF. Windows color (decimal): -6238274 or 12504992. OLE color: 12504992.
HSL color Cylindrical-coordinate representation of color #A0CFBE: hue angle of 158.3º 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 #A0CFBE is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 190 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.19 |
| HSL | 158.3º | 0.33% | 0.72% | - |
| HSV(B) | 158.3º | 0.23% | 0.81% | - |
| XYZ | 46.1 | 55.82 | 57.06 | - |
| YUV | 191.01 | 127.43 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 190 | 0.23 | 0 | 0.08 | 0.19 | 158.3 | 0.33 | 0.72 |
| Hex | A0 | CF | BE | 17 | 0 | 8 | 13 | 9E | 21 | 48 |
| Octal | 240 | 317 | 276 | 27 | 0 | 10 | 23 | 236 | 41 | 110 |
| Binary | 10100000 | 11001111 | 10111110 | 10111 | 0 | 1000 | 10011 | 10011110 | 100001 | 1001000 |
Color Harmonies of #A0CFBE
Complementary color
Monochromatic Colors of #A0CFBE
Black with #A0CFBE
Text Example
Text Example
White with #A0CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CFBE; }
p { color: rgb(160,207,190); }
H1.HeaderClassName
{
color: #A0CFBE;
}
.AnyTagClassName
{
color: #A0CFBE;
}
</style>
background-color css
<style>
a { background-color: #A0CFBE; }
a { background-color: rgb(160,207,190); }
div.DivClassName
{
background-color: #A0CFBE;
}
.BgClassName
{
background-color: #A0CFBE;
}
</style>
border-color css
<style>
span { border-color: #A0CFBE; }
span { border-color: rgb(160,207,190); }
td.TdClassName
{
border-color: #A0CFBE;
}
.TagClassName
{
border-color: #A0CFBE;
}
</style>