Shades of Celadon #A3DFAE
Tints of Celadon #A3DFAE
RGB
CMYK
RGB Variations
Color information
#A3DFAE (or 0xA3DFAE) is known color: Celadon. HEX triplet: A3, DF and AE. RGB value is (163,223,174). Sum of RGB (Red+Green+Blue) = 163+223+174=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 223 (87.5% from 255 or 39.82% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFAE is #5C2051. Grayscale: #C7C7C7. Windows color (decimal): -6037586 or 11460515. OLE color: 11460515.
HSL color Cylindrical-coordinate representation of color #A3DFAE: hue angle of 131º 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 #A3DFAE is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 163 | 223 | 174 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.13 |
| HSL | 131º | 0.48% | 0.76% | - |
| HSV(B) | 131º | 0.27% | 0.87% | - |
| XYZ | 49.13 | 63.62 | 49.73 | - |
| YUV | 199.47 | 113.62 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 223 | 174 | 0.27 | 0 | 0.22 | 0.13 | 131 | 0.48 | 0.76 |
| Hex | A3 | DF | AE | 1B | 0 | 16 | D | 83 | 30 | 4C |
| Octal | 243 | 337 | 256 | 33 | 0 | 26 | 15 | 203 | 60 | 114 |
| Binary | 10100011 | 11011111 | 10101110 | 11011 | 0 | 10110 | 1101 | 10000011 | 110000 | 1001100 |
Color Harmonies of #A3DFAE
Complementary color
Monochromatic Colors of #A3DFAE
Black with #A3DFAE
Text Example
Text Example
White with #A3DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3DFAE; }
p { color: rgb(163,223,174); }
H1.HeaderClassName
{
color: #A3DFAE;
}
.AnyTagClassName
{
color: #A3DFAE;
}
</style>
background-color css
<style>
a { background-color: #A3DFAE; }
a { background-color: rgb(163,223,174); }
div.DivClassName
{
background-color: #A3DFAE;
}
.BgClassName
{
background-color: #A3DFAE;
}
</style>
border-color css
<style>
span { border-color: #A3DFAE; }
span { border-color: rgb(163,223,174); }
td.TdClassName
{
border-color: #A3DFAE;
}
.TagClassName
{
border-color: #A3DFAE;
}
</style>