Shades of Celadon #A3E3AF
Tints of Celadon #A3E3AF
RGB
CMYK
RGB Variations
Color information
#A3E3AF (or 0xA3E3AF) is known color: Celadon. HEX triplet: A3, E3 and AF. RGB value is (163,227,175). Sum of RGB (Red+Green+Blue) = 163+227+175=565 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.85% from 565); Green value is 227 (89.06% from 255 or 40.18% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E3AF is #5C1C50. Grayscale: #CACACA. Windows color (decimal): -6036561 or 11527075. OLE color: 11527075.
HSL color Cylindrical-coordinate representation of color #A3E3AF: hue angle of 131.25º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E3AF is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 175 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.11 |
| HSL | 131.25º | 0.53% | 0.76% | - |
| HSV(B) | 131.25º | 0.28% | 0.89% | - |
| XYZ | 50.31 | 65.82 | 50.61 | - |
| YUV | 201.94 | 112.8 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 175 | 0.28 | 0 | 0.23 | 0.11 | 131.25 | 0.53 | 0.76 |
| Hex | A3 | E3 | AF | 1C | 0 | 17 | B | 83 | 35 | 4C |
| Octal | 243 | 343 | 257 | 34 | 0 | 27 | 13 | 203 | 65 | 114 |
| Binary | 10100011 | 11100011 | 10101111 | 11100 | 0 | 10111 | 1011 | 10000011 | 110101 | 1001100 |
Color Harmonies of #A3E3AF
Complementary color
Monochromatic Colors of #A3E3AF
Black with #A3E3AF
Text Example
Text Example
White with #A3E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E3AF; }
p { color: rgb(163,227,175); }
H1.HeaderClassName
{
color: #A3E3AF;
}
.AnyTagClassName
{
color: #A3E3AF;
}
</style>
background-color css
<style>
a { background-color: #A3E3AF; }
a { background-color: rgb(163,227,175); }
div.DivClassName
{
background-color: #A3E3AF;
}
.BgClassName
{
background-color: #A3E3AF;
}
</style>
border-color css
<style>
span { border-color: #A3E3AF; }
span { border-color: rgb(163,227,175); }
td.TdClassName
{
border-color: #A3E3AF;
}
.TagClassName
{
border-color: #A3E3AF;
}
</style>