Shades of Celadon #A1EDB2
Tints of Celadon #A1EDB2
RGB
CMYK
RGB Variations
Color information
#A1EDB2 (or 0xA1EDB2) is known color: Celadon. HEX triplet: A1, ED and B2. RGB value is (161,237,178). Sum of RGB (Red+Green+Blue) = 161+237+178=576 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.95% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 178 (69.92% from 255 or 30.90% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDB2 is #5E124D. Grayscale: #CFCFCF. Windows color (decimal): -6165070 or 11726241. OLE color: 11726241.
HSL color Cylindrical-coordinate representation of color #A1EDB2: hue angle of 133.42º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDB2 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 178 | - |
| CMYK | 0.32 | 0 | 0.25 | 0.07 |
| HSL | 133.42º | 0.68% | 0.78% | - |
| HSV(B) | 133.42º | 0.32% | 0.93% | - |
| XYZ | 53.02 | 71.36 | 53.1 | - |
| YUV | 207.55 | 111.32 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 178 | 0.32 | 0 | 0.25 | 0.07 | 133.42 | 0.68 | 0.78 |
| Hex | A1 | ED | B2 | 20 | 0 | 19 | 7 | 85 | 44 | 4E |
| Octal | 241 | 355 | 262 | 40 | 0 | 31 | 7 | 205 | 104 | 116 |
| Binary | 10100001 | 11101101 | 10110010 | 100000 | 0 | 11001 | 111 | 10000101 | 1000100 | 1001110 |
Color Harmonies of #A1EDB2
Complementary color
Monochromatic Colors of #A1EDB2
Black with #A1EDB2
Text Example
Text Example
White with #A1EDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDB2; }
p { color: rgb(161,237,178); }
H1.HeaderClassName
{
color: #A1EDB2;
}
.AnyTagClassName
{
color: #A1EDB2;
}
</style>
background-color css
<style>
a { background-color: #A1EDB2; }
a { background-color: rgb(161,237,178); }
div.DivClassName
{
background-color: #A1EDB2;
}
.BgClassName
{
background-color: #A1EDB2;
}
</style>
border-color css
<style>
span { border-color: #A1EDB2; }
span { border-color: rgb(161,237,178); }
td.TdClassName
{
border-color: #A1EDB2;
}
.TagClassName
{
border-color: #A1EDB2;
}
</style>