Shades of Celadon #A3DEA8
Tints of Celadon #A3DEA8
RGB
CMYK
RGB Variations
Color information
#A3DEA8 (or 0xA3DEA8) is known color: Celadon. HEX triplet: A3, DE and A8. RGB value is (163,222,168). Sum of RGB (Red+Green+Blue) = 163+222+168=553 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.48% from 553); Green value is 222 (87.11% from 255 or 40.14% from 553); Blue value is 168 (66.02% from 255 or 30.38% from 553); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DEA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DEA8 is #5C2157. Grayscale: #C6C6C6. Windows color (decimal): -6037848 or 11067043. OLE color: 11067043.
HSL color Cylindrical-coordinate representation of color #A3DEA8: hue angle of 125.08º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DEA8 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 222 | 168 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.13 |
| HSL | 125.08º | 0.47% | 0.75% | - |
| HSV(B) | 125.08º | 0.27% | 0.87% | - |
| XYZ | 48.29 | 62.86 | 46.63 | - |
| YUV | 198.2 | 110.95 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 222 | 168 | 0.27 | 0 | 0.24 | 0.13 | 125.08 | 0.47 | 0.75 |
| Hex | A3 | DE | A8 | 1B | 0 | 18 | D | 7D | 2F | 4B |
| Octal | 243 | 336 | 250 | 33 | 0 | 30 | 15 | 175 | 57 | 113 |
| Binary | 10100011 | 11011110 | 10101000 | 11011 | 0 | 11000 | 1101 | 1111101 | 101111 | 1001011 |
Color Harmonies of #A3DEA8
Complementary color
Monochromatic Colors of #A3DEA8
Black with #A3DEA8
Text Example
Text Example
White with #A3DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DEA8; }
p { color: rgb(163,222,168); }
H1.HeaderClassName
{
color: #A3DEA8;
}
.AnyTagClassName
{
color: #A3DEA8;
}
</style>
background-color css
<style>
a { background-color: #A3DEA8; }
a { background-color: rgb(163,222,168); }
div.DivClassName
{
background-color: #A3DEA8;
}
.BgClassName
{
background-color: #A3DEA8;
}
</style>
border-color css
<style>
span { border-color: #A3DEA8; }
span { border-color: rgb(163,222,168); }
td.TdClassName
{
border-color: #A3DEA8;
}
.TagClassName
{
border-color: #A3DEA8;
}
</style>