Shades of Celadon #A1EBB3
Tints of Celadon #A1EBB3
RGB
CMYK
RGB Variations
Color information
#A1EBB3 (or 0xA1EBB3) is known color: Celadon. HEX triplet: A1, EB and B3. RGB value is (161,235,179). Sum of RGB (Red+Green+Blue) = 161+235+179=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 235 (92.19% from 255 or 40.87% from 575); Blue value is 179 (70.31% from 255 or 31.13% from 575); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBB3 is #5E144C. Grayscale: #CECECE. Windows color (decimal): -6165581 or 11791265. OLE color: 11791265.
HSL color Cylindrical-coordinate representation of color #A1EBB3: hue angle of 134.59º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBB3 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 179 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.08 |
| HSL | 134.59º | 0.65% | 0.78% | - |
| HSV(B) | 134.59º | 0.31% | 0.92% | - |
| XYZ | 52.54 | 70.25 | 53.44 | - |
| YUV | 206.49 | 112.48 | 95.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 179 | 0.31 | 0 | 0.24 | 0.08 | 134.59 | 0.65 | 0.78 |
| Hex | A1 | EB | B3 | 1F | 0 | 18 | 8 | 87 | 41 | 4E |
| Octal | 241 | 353 | 263 | 37 | 0 | 30 | 10 | 207 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10110011 | 11111 | 0 | 11000 | 1000 | 10000111 | 1000001 | 1001110 |
Color Harmonies of #A1EBB3
Complementary color
Monochromatic Colors of #A1EBB3
Black with #A1EBB3
Text Example
Text Example
White with #A1EBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBB3; }
p { color: rgb(161,235,179); }
H1.HeaderClassName
{
color: #A1EBB3;
}
.AnyTagClassName
{
color: #A1EBB3;
}
</style>
background-color css
<style>
a { background-color: #A1EBB3; }
a { background-color: rgb(161,235,179); }
div.DivClassName
{
background-color: #A1EBB3;
}
.BgClassName
{
background-color: #A1EBB3;
}
</style>
border-color css
<style>
span { border-color: #A1EBB3; }
span { border-color: rgb(161,235,179); }
td.TdClassName
{
border-color: #A1EBB3;
}
.TagClassName
{
border-color: #A1EBB3;
}
</style>