Shades of Celadon #A3DFAC
Tints of Celadon #A3DFAC
RGB
CMYK
RGB Variations
Color information
#A3DFAC (or 0xA3DFAC) is known color: Celadon. HEX triplet: A3, DF and AC. RGB value is (163,223,172). Sum of RGB (Red+Green+Blue) = 163+223+172=558 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.21% from 558); Green value is 223 (87.5% from 255 or 39.96% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFAC is #5C2053. Grayscale: #C7C7C7. Windows color (decimal): -6037588 or 11329443. OLE color: 11329443.
HSL color Cylindrical-coordinate representation of color #A3DFAC: hue angle of 129º 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 #A3DFAC is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 172 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.13 |
| HSL | 129º | 0.48% | 0.76% | - |
| HSV(B) | 129º | 0.27% | 0.87% | - |
| XYZ | 48.94 | 63.54 | 48.71 | - |
| YUV | 199.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 172 | 0.27 | 0 | 0.23 | 0.13 | 129 | 0.48 | 0.76 |
| Hex | A3 | DF | AC | 1B | 0 | 17 | D | 81 | 30 | 4C |
| Octal | 243 | 337 | 254 | 33 | 0 | 27 | 15 | 201 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10101100 | 11011 | 0 | 10111 | 1101 | 10000001 | 110000 | 1001100 |
Color Harmonies of #A3DFAC
Complementary color
Monochromatic Colors of #A3DFAC
Black with #A3DFAC
Text Example
Text Example
White with #A3DFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFAC; }
p { color: rgb(163,223,172); }
H1.HeaderClassName
{
color: #A3DFAC;
}
.AnyTagClassName
{
color: #A3DFAC;
}
</style>
background-color css
<style>
a { background-color: #A3DFAC; }
a { background-color: rgb(163,223,172); }
div.DivClassName
{
background-color: #A3DFAC;
}
.BgClassName
{
background-color: #A3DFAC;
}
</style>
border-color css
<style>
span { border-color: #A3DFAC; }
span { border-color: rgb(163,223,172); }
td.TdClassName
{
border-color: #A3DFAC;
}
.TagClassName
{
border-color: #A3DFAC;
}
</style>