Shades of Celadon #A3EDA8
Tints of Celadon #A3EDA8
RGB
CMYK
RGB Variations
Color information
#A3EDA8 (or 0xA3EDA8) is known color: Celadon. HEX triplet: A3, ED and A8. RGB value is (163,237,168). Sum of RGB (Red+Green+Blue) = 163+237+168=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 237 (92.97% from 255 or 41.73% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EDA8 is #5C1257. Grayscale: #CFCFCF. Windows color (decimal): -6034008 or 11070883. OLE color: 11070883.
HSL color Cylindrical-coordinate representation of color #A3EDA8: hue angle of 124.05º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDA8 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 168 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.07 |
| HSL | 124.05º | 0.67% | 0.78% | - |
| HSV(B) | 124.05º | 0.31% | 0.93% | - |
| XYZ | 52.46 | 71.18 | 48.02 | - |
| YUV | 207.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 168 | 0.31 | 0 | 0.29 | 0.07 | 124.05 | 0.67 | 0.78 |
| Hex | A3 | ED | A8 | 1F | 0 | 1D | 7 | 7C | 43 | 4E |
| Octal | 243 | 355 | 250 | 37 | 0 | 35 | 7 | 174 | 103 | 116 |
| Binary | 10100011 | 11101101 | 10101000 | 11111 | 0 | 11101 | 111 | 1111100 | 1000011 | 1001110 |
Color Harmonies of #A3EDA8
Complementary color
Monochromatic Colors of #A3EDA8
Black with #A3EDA8
Text Example
Text Example
White with #A3EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDA8; }
p { color: rgb(163,237,168); }
H1.HeaderClassName
{
color: #A3EDA8;
}
.AnyTagClassName
{
color: #A3EDA8;
}
</style>
background-color css
<style>
a { background-color: #A3EDA8; }
a { background-color: rgb(163,237,168); }
div.DivClassName
{
background-color: #A3EDA8;
}
.BgClassName
{
background-color: #A3EDA8;
}
</style>
border-color css
<style>
span { border-color: #A3EDA8; }
span { border-color: rgb(163,237,168); }
td.TdClassName
{
border-color: #A3EDA8;
}
.TagClassName
{
border-color: #A3EDA8;
}
</style>