Shades of Opal #A1D0BD
Tints of Opal #A1D0BD
RGB
CMYK
RGB Variations
Color information
#A1D0BD (or 0xA1D0BD) is known color: Opal. HEX triplet: A1, D0 and BD. RGB value is (161,208,189). Sum of RGB (Red+Green+Blue) = 161+208+189=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 189 (74.22% from 255 or 33.87% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1D0BD is #5E2F42. Grayscale: #BFBFBF. Windows color (decimal): -6172483 or 12439713. OLE color: 12439713.
HSL color Cylindrical-coordinate representation of color #A1D0BD: hue angle of 155.74º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1D0BD is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 189 | - |
| CMYK | 0.23 | 0 | 0.09 | 0.18 |
| HSL | 155.74º | 0.33% | 0.72% | - |
| HSV(B) | 155.74º | 0.23% | 0.82% | - |
| XYZ | 46.44 | 56.36 | 56.58 | - |
| YUV | 191.78 | 126.43 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 189 | 0.23 | 0 | 0.09 | 0.18 | 155.74 | 0.33 | 0.72 |
| Hex | A1 | D0 | BD | 17 | 0 | 9 | 12 | 9C | 21 | 48 |
| Octal | 241 | 320 | 275 | 27 | 0 | 11 | 22 | 234 | 41 | 110 |
| Binary | 10100001 | 11010000 | 10111101 | 10111 | 0 | 1001 | 10010 | 10011100 | 100001 | 1001000 |
Color Harmonies of #A1D0BD
Complementary color
Monochromatic Colors of #A1D0BD
Black with #A1D0BD
Text Example
Text Example
White with #A1D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D0BD; }
p { color: rgb(161,208,189); }
H1.HeaderClassName
{
color: #A1D0BD;
}
.AnyTagClassName
{
color: #A1D0BD;
}
</style>
background-color css
<style>
a { background-color: #A1D0BD; }
a { background-color: rgb(161,208,189); }
div.DivClassName
{
background-color: #A1D0BD;
}
.BgClassName
{
background-color: #A1D0BD;
}
</style>
border-color css
<style>
span { border-color: #A1D0BD; }
span { border-color: rgb(161,208,189); }
td.TdClassName
{
border-color: #A1D0BD;
}
.TagClassName
{
border-color: #A1D0BD;
}
</style>