Shades of Celadon #A3E3AC
Tints of Celadon #A3E3AC
RGB
CMYK
RGB Variations
Color information
#A3E3AC (or 0xA3E3AC) is known color: Celadon. HEX triplet: A3, E3 and AC. RGB value is (163,227,172). Sum of RGB (Red+Green+Blue) = 163+227+172=562 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.00% from 562); Green value is 227 (89.06% from 255 or 40.39% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E3AC is #5C1C53. Grayscale: #C9C9C9. Windows color (decimal): -6036564 or 11330467. OLE color: 11330467.
HSL color Cylindrical-coordinate representation of color #A3E3AC: hue angle of 128.44º 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 #A3E3AC is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 227 | 172 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.11 |
| HSL | 128.44º | 0.53% | 0.76% | - |
| HSV(B) | 128.44º | 0.28% | 0.89% | - |
| XYZ | 50.02 | 65.7 | 49.08 | - |
| YUV | 201.59 | 111.3 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 227 | 172 | 0.28 | 0 | 0.24 | 0.11 | 128.44 | 0.53 | 0.76 |
| Hex | A3 | E3 | AC | 1C | 0 | 18 | B | 80 | 35 | 4C |
| Octal | 243 | 343 | 254 | 34 | 0 | 30 | 13 | 200 | 65 | 114 |
| Binary | 10100011 | 11100011 | 10101100 | 11100 | 0 | 11000 | 1011 | 10000000 | 110101 | 1001100 |
Color Harmonies of #A3E3AC
Complementary color
Monochromatic Colors of #A3E3AC
Black with #A3E3AC
Text Example
Text Example
White with #A3E3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E3AC; }
p { color: rgb(163,227,172); }
H1.HeaderClassName
{
color: #A3E3AC;
}
.AnyTagClassName
{
color: #A3E3AC;
}
</style>
background-color css
<style>
a { background-color: #A3E3AC; }
a { background-color: rgb(163,227,172); }
div.DivClassName
{
background-color: #A3E3AC;
}
.BgClassName
{
background-color: #A3E3AC;
}
</style>
border-color css
<style>
span { border-color: #A3E3AC; }
span { border-color: rgb(163,227,172); }
td.TdClassName
{
border-color: #A3E3AC;
}
.TagClassName
{
border-color: #A3E3AC;
}
</style>