Shades of Opal #A2CDBC
Tints of Opal #A2CDBC
RGB
CMYK
RGB Variations
Color information
#A2CDBC (or 0xA2CDBC) is known color: Opal. HEX triplet: A2, CD and BC. RGB value is (162,205,188). Sum of RGB (Red+Green+Blue) = 162+205+188=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDBC is #5D3243. Grayscale: #BEBEBE. Windows color (decimal): -6107716 or 12373410. OLE color: 12373410.
HSL color Cylindrical-coordinate representation of color #A2CDBC: hue angle of 156.28º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CDBC is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 205 | 188 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.20 |
| HSL | 156.28º | 0.3% | 0.72% | - |
| HSV(B) | 156.28º | 0.21% | 0.8% | - |
| XYZ | 45.81 | 54.97 | 55.77 | - |
| YUV | 190.21 | 126.75 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 188 | 0.21 | 0 | 0.08 | 0.20 | 156.28 | 0.3 | 0.72 |
| Hex | A2 | CD | BC | 15 | 0 | 8 | 14 | 9C | 1E | 48 |
| Octal | 242 | 315 | 274 | 25 | 0 | 10 | 24 | 234 | 36 | 110 |
| Binary | 10100010 | 11001101 | 10111100 | 10101 | 0 | 1000 | 10100 | 10011100 | 11110 | 1001000 |
Color Harmonies of #A2CDBC
Complementary color
Monochromatic Colors of #A2CDBC
Black with #A2CDBC
Text Example
Text Example
White with #A2CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDBC; }
p { color: rgb(162,205,188); }
H1.HeaderClassName
{
color: #A2CDBC;
}
.AnyTagClassName
{
color: #A2CDBC;
}
</style>
background-color css
<style>
a { background-color: #A2CDBC; }
a { background-color: rgb(162,205,188); }
div.DivClassName
{
background-color: #A2CDBC;
}
.BgClassName
{
background-color: #A2CDBC;
}
</style>
border-color css
<style>
span { border-color: #A2CDBC; }
span { border-color: rgb(162,205,188); }
td.TdClassName
{
border-color: #A2CDBC;
}
.TagClassName
{
border-color: #A2CDBC;
}
</style>