Shades of Celadon #A3DFAB
Tints of Celadon #A3DFAB
RGB
CMYK
RGB Variations
Color information
#A3DFAB (or 0xA3DFAB) is known color: Celadon. HEX triplet: A3, DF and AB. RGB value is (163,223,171). Sum of RGB (Red+Green+Blue) = 163+223+171=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 223 (87.5% from 255 or 40.04% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFAB is #5C2054. Grayscale: #C7C7C7. Windows color (decimal): -6037589 or 11263907. OLE color: 11263907.
HSL color Cylindrical-coordinate representation of color #A3DFAB: hue angle of 128º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFAB is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 171 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.13 |
| HSL | 128º | 0.48% | 0.76% | - |
| HSV(B) | 128º | 0.27% | 0.87% | - |
| XYZ | 48.84 | 63.5 | 48.21 | - |
| YUV | 199.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 171 | 0.27 | 0 | 0.23 | 0.13 | 128 | 0.48 | 0.76 |
| Hex | A3 | DF | AB | 1B | 0 | 17 | D | 80 | 30 | 4C |
| Octal | 243 | 337 | 253 | 33 | 0 | 27 | 15 | 200 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10101011 | 11011 | 0 | 10111 | 1101 | 10000000 | 110000 | 1001100 |
Color Harmonies of #A3DFAB
Complementary color
Monochromatic Colors of #A3DFAB
Black with #A3DFAB
Text Example
Text Example
White with #A3DFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFAB; }
p { color: rgb(163,223,171); }
H1.HeaderClassName
{
color: #A3DFAB;
}
.AnyTagClassName
{
color: #A3DFAB;
}
</style>
background-color css
<style>
a { background-color: #A3DFAB; }
a { background-color: rgb(163,223,171); }
div.DivClassName
{
background-color: #A3DFAB;
}
.BgClassName
{
background-color: #A3DFAB;
}
</style>
border-color css
<style>
span { border-color: #A3DFAB; }
span { border-color: rgb(163,223,171); }
td.TdClassName
{
border-color: #A3DFAB;
}
.TagClassName
{
border-color: #A3DFAB;
}
</style>