Shades of Opal #A1CBBD
Tints of Opal #A1CBBD
RGB
CMYK
RGB Variations
Color information
#A1CBBD (or 0xA1CBBD) is known color: Opal. HEX triplet: A1, CB and BD. RGB value is (161,203,189). Sum of RGB (Red+Green+Blue) = 161+203+189=553 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.11% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1CBBD is #5E3442. Grayscale: #BCBCBC. Windows color (decimal): -6173763 or 12438433. OLE color: 12438433.
HSL color Cylindrical-coordinate representation of color #A1CBBD: hue angle of 160º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1CBBD is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 203 | 189 | - |
| CMYK | 0.21 | 0 | 0.07 | 0.20 |
| HSL | 160º | 0.29% | 0.71% | - |
| HSV(B) | 160º | 0.21% | 0.8% | - |
| XYZ | 45.24 | 53.96 | 56.18 | - |
| YUV | 188.85 | 128.09 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 203 | 189 | 0.21 | 0 | 0.07 | 0.20 | 160 | 0.29 | 0.71 |
| Hex | A1 | CB | BD | 15 | 0 | 7 | 14 | A0 | 1D | 47 |
| Octal | 241 | 313 | 275 | 25 | 0 | 7 | 24 | 240 | 35 | 107 |
| Binary | 10100001 | 11001011 | 10111101 | 10101 | 0 | 111 | 10100 | 10100000 | 11101 | 1000111 |
Color Harmonies of #A1CBBD
Complementary color
Monochromatic Colors of #A1CBBD
Black with #A1CBBD
Text Example
Text Example
White with #A1CBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1CBBD; }
p { color: rgb(161,203,189); }
H1.HeaderClassName
{
color: #A1CBBD;
}
.AnyTagClassName
{
color: #A1CBBD;
}
</style>
background-color css
<style>
a { background-color: #A1CBBD; }
a { background-color: rgb(161,203,189); }
div.DivClassName
{
background-color: #A1CBBD;
}
.BgClassName
{
background-color: #A1CBBD;
}
</style>
border-color css
<style>
span { border-color: #A1CBBD; }
span { border-color: rgb(161,203,189); }
td.TdClassName
{
border-color: #A1CBBD;
}
.TagClassName
{
border-color: #A1CBBD;
}
</style>