Shades of Opal #A2D2C1
Tints of Opal #A2D2C1
RGB
CMYK
RGB Variations
Color information
#A2D2C1 (or 0xA2D2C1) is known color: Opal. HEX triplet: A2, D2 and C1. RGB value is (162,210,193). Sum of RGB (Red+Green+Blue) = 162+210+193=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 210 (82.42% from 255 or 37.17% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 210 - color contains mainly: green. Hex color #A2D2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2D2C1 is #5D2D3E. Grayscale: #C1C1C1. Windows color (decimal): -6106431 or 12702370. OLE color: 12702370.
HSL color Cylindrical-coordinate representation of color #A2D2C1: hue angle of 158.75º degrees, saturation: 0.35, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A2D2C1 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 210 | 193 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.18 |
| HSL | 158.75º | 0.35% | 0.73% | - |
| HSV(B) | 158.75º | 0.23% | 0.82% | - |
| XYZ | 47.57 | 57.62 | 59.07 | - |
| YUV | 193.71 | 127.6 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 210 | 193 | 0.23 | 0 | 0.08 | 0.18 | 158.75 | 0.35 | 0.73 |
| Hex | A2 | D2 | C1 | 17 | 0 | 8 | 12 | 9F | 23 | 49 |
| Octal | 242 | 322 | 301 | 27 | 0 | 10 | 22 | 237 | 43 | 111 |
| Binary | 10100010 | 11010010 | 11000001 | 10111 | 0 | 1000 | 10010 | 10011111 | 100011 | 1001001 |
Color Harmonies of #A2D2C1
Complementary color
Monochromatic Colors of #A2D2C1
Black with #A2D2C1
Text Example
Text Example
White with #A2D2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2D2C1; }
p { color: rgb(162,210,193); }
H1.HeaderClassName
{
color: #A2D2C1;
}
.AnyTagClassName
{
color: #A2D2C1;
}
</style>
background-color css
<style>
a { background-color: #A2D2C1; }
a { background-color: rgb(162,210,193); }
div.DivClassName
{
background-color: #A2D2C1;
}
.BgClassName
{
background-color: #A2D2C1;
}
</style>
border-color css
<style>
span { border-color: #A2D2C1; }
span { border-color: rgb(162,210,193); }
td.TdClassName
{
border-color: #A2D2C1;
}
.TagClassName
{
border-color: #A2D2C1;
}
</style>