Shades of Opal #A2CDC0
Tints of Opal #A2CDC0
RGB
CMYK
RGB Variations
Color information
#A2CDC0 (or 0xA2CDC0) is known color: Opal. HEX triplet: A2, CD and C0. RGB value is (162,205,192). Sum of RGB (Red+Green+Blue) = 162+205+192=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 205 (80.47% from 255 or 36.67% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2CDC0 is #5D323F. Grayscale: #BEBEBE. Windows color (decimal): -6107712 or 12635554. OLE color: 12635554.
HSL color Cylindrical-coordinate representation of color #A2CDC0: hue angle of 161.86º 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 #A2CDC0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 162 | 205 | 192 | - |
CMYK | 0.21 | 0 | 0.06 | 0.20 |
HSL | 161.86º | 0.3% | 0.72% | - |
HSV(B) | 161.86º | 0.21% | 0.8% | - |
XYZ | 46.25 | 55.15 | 58.08 | - |
YUV | 190.66 | 128.75 | 107.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 205 | 192 | 0.21 | 0 | 0.06 | 0.20 | 161.86 | 0.3 | 0.72 |
Hex | A2 | CD | C0 | 15 | 0 | 6 | 14 | A2 | 1E | 48 |
Octal | 242 | 315 | 300 | 25 | 0 | 6 | 24 | 242 | 36 | 110 |
Binary | 10100010 | 11001101 | 11000000 | 10101 | 0 | 110 | 10100 | 10100010 | 11110 | 1001000 |
Color Harmonies of #A2CDC0
Complementary color
Monochromatic Colors of #A2CDC0
Black with #A2CDC0
Text Example
Text Example
White with #A2CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDC0; }
p { color: rgb(162,205,192); }
H1.HeaderClassName
{
color: #A2CDC0;
}
.AnyTagClassName
{
color: #A2CDC0;
}
</style>
background-color css
<style>
a { background-color: #A2CDC0; }
a { background-color: rgb(162,205,192); }
div.DivClassName
{
background-color: #A2CDC0;
}
.BgClassName
{
background-color: #A2CDC0;
}
</style>
border-color css
<style>
span { border-color: #A2CDC0; }
span { border-color: rgb(162,205,192); }
td.TdClassName
{
border-color: #A2CDC0;
}
.TagClassName
{
border-color: #A2CDC0;
}
</style>