Shades of Celadon #A1FFB6
Tints of Celadon #A1FFB6
RGB
CMYK
RGB Variations
Color information
#A1FFB6 (or 0xA1FFB6) is known color: Celadon. HEX triplet: A1, FF and B6. RGB value is (161,255,182). Sum of RGB (Red+Green+Blue) = 161+255+182=598 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.92% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFB6 is #5E0049. Grayscale: #DADADA. Windows color (decimal): -6160458 or 11992993. OLE color: 11992993.
HSL color Cylindrical-coordinate representation of color #A1FFB6: hue angle of 133.4º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFB6 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 182 | - |
| CMYK | 0.37 | 0 | 0.29 | 0 |
| HSL | 133.4º | 1% | 0.82% | - |
| HSV(B) | 133.4º | 0.37% | 1% | - |
| XYZ | 58.9 | 82.47 | 57.07 | - |
| YUV | 218.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 182 | 0.37 | 0 | 0.29 | 0 | 133.4 | 1 | 0.82 |
| Hex | A1 | FF | B6 | 25 | 0 | 1D | 0 | 85 | 64 | 52 |
| Octal | 241 | 377 | 266 | 45 | 0 | 35 | 0 | 205 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10110110 | 100101 | 0 | 11101 | 0 | 10000101 | 1100100 | 1010010 |
Color Harmonies of #A1FFB6
Complementary color
Monochromatic Colors of #A1FFB6
Black with #A1FFB6
Text Example
Text Example
White with #A1FFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFB6; }
p { color: rgb(161,255,182); }
H1.HeaderClassName
{
color: #A1FFB6;
}
.AnyTagClassName
{
color: #A1FFB6;
}
</style>
background-color css
<style>
a { background-color: #A1FFB6; }
a { background-color: rgb(161,255,182); }
div.DivClassName
{
background-color: #A1FFB6;
}
.BgClassName
{
background-color: #A1FFB6;
}
</style>
border-color css
<style>
span { border-color: #A1FFB6; }
span { border-color: rgb(161,255,182); }
td.TdClassName
{
border-color: #A1FFB6;
}
.TagClassName
{
border-color: #A1FFB6;
}
</style>