Shades of Celadon #A1EBB2
Tints of Celadon #A1EBB2
RGB
CMYK
RGB Variations
Color information
#A1EBB2 (or 0xA1EBB2) is known color: Celadon. HEX triplet: A1, EB and B2. RGB value is (161,235,178). Sum of RGB (Red+Green+Blue) = 161+235+178=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 178 (69.92% from 255 or 31.01% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBB2 is #5E144D. Grayscale: #CECECE. Windows color (decimal): -6165582 or 11725729. OLE color: 11725729.
HSL color Cylindrical-coordinate representation of color #A1EBB2: hue angle of 133.78º 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 #A1EBB2 is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 178 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.08 |
| HSL | 133.78º | 0.65% | 0.78% | - |
| HSV(B) | 133.78º | 0.31% | 0.92% | - |
| XYZ | 52.44 | 70.21 | 52.91 | - |
| YUV | 206.38 | 111.98 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 178 | 0.31 | 0 | 0.24 | 0.08 | 133.78 | 0.65 | 0.78 |
| Hex | A1 | EB | B2 | 1F | 0 | 18 | 8 | 86 | 41 | 4E |
| Octal | 241 | 353 | 262 | 37 | 0 | 30 | 10 | 206 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10110010 | 11111 | 0 | 11000 | 1000 | 10000110 | 1000001 | 1001110 |
Color Harmonies of #A1EBB2
Complementary color
Monochromatic Colors of #A1EBB2
Black with #A1EBB2
Text Example
Text Example
White with #A1EBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBB2; }
p { color: rgb(161,235,178); }
H1.HeaderClassName
{
color: #A1EBB2;
}
.AnyTagClassName
{
color: #A1EBB2;
}
</style>
background-color css
<style>
a { background-color: #A1EBB2; }
a { background-color: rgb(161,235,178); }
div.DivClassName
{
background-color: #A1EBB2;
}
.BgClassName
{
background-color: #A1EBB2;
}
</style>
border-color css
<style>
span { border-color: #A1EBB2; }
span { border-color: rgb(161,235,178); }
td.TdClassName
{
border-color: #A1EBB2;
}
.TagClassName
{
border-color: #A1EBB2;
}
</style>