Shades of Opal #A1C3BE
Tints of Opal #A1C3BE
RGB
CMYK
RGB Variations
Color information
#A1C3BE (or 0xA1C3BE) is known color: Opal. HEX triplet: A1, C3 and BE. RGB value is (161,195,190). Sum of RGB (Red+Green+Blue) = 161+195+190=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 195 (76.56% from 255 or 35.71% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 195 - color contains mainly: green. Hex color #A1C3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1C3BE is #5E3C41. Grayscale: #B8B8B8. Windows color (decimal): -6175810 or 12501921. OLE color: 12501921.
HSL color Cylindrical-coordinate representation of color #A1C3BE: hue angle of 171.18º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C3BE is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 195 | 190 | - |
| CMYK | 0.17 | 0 | 0.03 | 0.24 |
| HSL | 171.18º | 0.22% | 0.7% | - |
| HSV(B) | 171.18º | 0.17% | 0.76% | - |
| XYZ | 43.51 | 50.32 | 56.14 | - |
| YUV | 184.26 | 131.24 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 195 | 190 | 0.17 | 0 | 0.03 | 0.24 | 171.18 | 0.22 | 0.7 |
| Hex | A1 | C3 | BE | 11 | 0 | 3 | 18 | AB | 16 | 46 |
| Octal | 241 | 303 | 276 | 21 | 0 | 3 | 30 | 253 | 26 | 106 |
| Binary | 10100001 | 11000011 | 10111110 | 10001 | 0 | 11 | 11000 | 10101011 | 10110 | 1000110 |
Color Harmonies of #A1C3BE
Complementary color
Monochromatic Colors of #A1C3BE
Black with #A1C3BE
Text Example
Text Example
White with #A1C3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C3BE; }
p { color: rgb(161,195,190); }
H1.HeaderClassName
{
color: #A1C3BE;
}
.AnyTagClassName
{
color: #A1C3BE;
}
</style>
background-color css
<style>
a { background-color: #A1C3BE; }
a { background-color: rgb(161,195,190); }
div.DivClassName
{
background-color: #A1C3BE;
}
.BgClassName
{
background-color: #A1C3BE;
}
</style>
border-color css
<style>
span { border-color: #A1C3BE; }
span { border-color: rgb(161,195,190); }
td.TdClassName
{
border-color: #A1C3BE;
}
.TagClassName
{
border-color: #A1C3BE;
}
</style>