Shades of Celadon #A3DFA8
Tints of Celadon #A3DFA8
RGB
CMYK
RGB Variations
Color information
#A3DFA8 (or 0xA3DFA8) is known color: Celadon. HEX triplet: A3, DF and A8. RGB value is (163,223,168). Sum of RGB (Red+Green+Blue) = 163+223+168=554 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.42% from 554); Green value is 223 (87.5% from 255 or 40.25% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFA8 is #5C2057. Grayscale: #C6C6C6. Windows color (decimal): -6037592 or 11067299. OLE color: 11067299.
HSL color Cylindrical-coordinate representation of color #A3DFA8: hue angle of 125º 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 #A3DFA8 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 168 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.13 |
| HSL | 125º | 0.48% | 0.76% | - |
| HSV(B) | 125º | 0.27% | 0.87% | - |
| XYZ | 48.56 | 63.39 | 46.72 | - |
| YUV | 198.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 168 | 0.27 | 0 | 0.25 | 0.13 | 125 | 0.48 | 0.76 |
| Hex | A3 | DF | A8 | 1B | 0 | 19 | D | 7D | 30 | 4C |
| Octal | 243 | 337 | 250 | 33 | 0 | 31 | 15 | 175 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10101000 | 11011 | 0 | 11001 | 1101 | 1111101 | 110000 | 1001100 |
Color Harmonies of #A3DFA8
Complementary color
Monochromatic Colors of #A3DFA8
Black with #A3DFA8
Text Example
Text Example
White with #A3DFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFA8; }
p { color: rgb(163,223,168); }
H1.HeaderClassName
{
color: #A3DFA8;
}
.AnyTagClassName
{
color: #A3DFA8;
}
</style>
background-color css
<style>
a { background-color: #A3DFA8; }
a { background-color: rgb(163,223,168); }
div.DivClassName
{
background-color: #A3DFA8;
}
.BgClassName
{
background-color: #A3DFA8;
}
</style>
border-color css
<style>
span { border-color: #A3DFA8; }
span { border-color: rgb(163,223,168); }
td.TdClassName
{
border-color: #A3DFA8;
}
.TagClassName
{
border-color: #A3DFA8;
}
</style>