Shades of Celadon #A3DDAB
Tints of Celadon #A3DDAB
RGB
CMYK
RGB Variations
Color information
#A3DDAB (or 0xA3DDAB) is known color: Celadon. HEX triplet: A3, DD and AB. RGB value is (163,221,171). Sum of RGB (Red+Green+Blue) = 163+221+171=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 221 (86.72% from 255 or 39.82% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 221 - color contains mainly: green. Hex color #A3DDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DDAB is #5C2254. Grayscale: #C6C6C6. Windows color (decimal): -6038101 or 11263395. OLE color: 11263395.
HSL color Cylindrical-coordinate representation of color #A3DDAB: hue angle of 128.28º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A3DDAB is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 221 | 171 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.13 |
| HSL | 128.28º | 0.46% | 0.75% | - |
| HSV(B) | 128.28º | 0.26% | 0.87% | - |
| XYZ | 48.31 | 62.44 | 48.03 | - |
| YUV | 197.96 | 112.78 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 221 | 171 | 0.26 | 0 | 0.23 | 0.13 | 128.28 | 0.46 | 0.75 |
| Hex | A3 | DD | AB | 1A | 0 | 17 | D | 80 | 2E | 4B |
| Octal | 243 | 335 | 253 | 32 | 0 | 27 | 15 | 200 | 56 | 113 |
| Binary | 10100011 | 11011101 | 10101011 | 11010 | 0 | 10111 | 1101 | 10000000 | 101110 | 1001011 |
Color Harmonies of #A3DDAB
Complementary color
Monochromatic Colors of #A3DDAB
Black with #A3DDAB
Text Example
Text Example
White with #A3DDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DDAB; }
p { color: rgb(163,221,171); }
H1.HeaderClassName
{
color: #A3DDAB;
}
.AnyTagClassName
{
color: #A3DDAB;
}
</style>
background-color css
<style>
a { background-color: #A3DDAB; }
a { background-color: rgb(163,221,171); }
div.DivClassName
{
background-color: #A3DDAB;
}
.BgClassName
{
background-color: #A3DDAB;
}
</style>
border-color css
<style>
span { border-color: #A3DDAB; }
span { border-color: rgb(163,221,171); }
td.TdClassName
{
border-color: #A3DDAB;
}
.TagClassName
{
border-color: #A3DDAB;
}
</style>