Shades of Celadon #A1EFAD
Tints of Celadon #A1EFAD
RGB
CMYK
RGB Variations
Color information
#A1EFAD (or 0xA1EFAD) is known color: Celadon. HEX triplet: A1, EF and AD. RGB value is (161,239,173). Sum of RGB (Red+Green+Blue) = 161+239+173=573 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.10% from 573); Green value is 239 (93.75% from 255 or 41.71% from 573); Blue value is 173 (67.97% from 255 or 30.19% from 573); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFAD is #5E1052. Grayscale: #D0D0D0. Windows color (decimal): -6164563 or 11399073. OLE color: 11399073.
HSL color Cylindrical-coordinate representation of color #A1EFAD: hue angle of 129.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFAD is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 173 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.06 |
| HSL | 129.23º | 0.71% | 0.78% | - |
| HSV(B) | 129.23º | 0.33% | 0.94% | - |
| XYZ | 53.11 | 72.33 | 50.7 | - |
| YUV | 208.15 | 108.16 | 94.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 173 | 0.33 | 0 | 0.28 | 0.06 | 129.23 | 0.71 | 0.78 |
| Hex | A1 | EF | AD | 21 | 0 | 1C | 6 | 81 | 47 | 4E |
| Octal | 241 | 357 | 255 | 41 | 0 | 34 | 6 | 201 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10101101 | 100001 | 0 | 11100 | 110 | 10000001 | 1000111 | 1001110 |
Color Harmonies of #A1EFAD
Complementary color
Monochromatic Colors of #A1EFAD
Black with #A1EFAD
Text Example
Text Example
White with #A1EFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFAD; }
p { color: rgb(161,239,173); }
H1.HeaderClassName
{
color: #A1EFAD;
}
.AnyTagClassName
{
color: #A1EFAD;
}
</style>
background-color css
<style>
a { background-color: #A1EFAD; }
a { background-color: rgb(161,239,173); }
div.DivClassName
{
background-color: #A1EFAD;
}
.BgClassName
{
background-color: #A1EFAD;
}
</style>
border-color css
<style>
span { border-color: #A1EFAD; }
span { border-color: rgb(161,239,173); }
td.TdClassName
{
border-color: #A1EFAD;
}
.TagClassName
{
border-color: #A1EFAD;
}
</style>