Shades of Celadon #A8ECAD
Tints of Celadon #A8ECAD
RGB
CMYK
RGB Variations
Color information
#A8ECAD (or 0xA8ECAD) is known color: Celadon. HEX triplet: A8, EC and AD. RGB value is (168,236,173). Sum of RGB (Red+Green+Blue) = 168+236+173=577 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.12% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 173 (67.97% from 255 or 29.98% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ECAD is #571352. Grayscale: #D0D0D0. Windows color (decimal): -5706579 or 11398312. OLE color: 11398312.
HSL color Cylindrical-coordinate representation of color #A8ECAD: hue angle of 124.41º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8ECAD is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 173 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.07 |
| HSL | 124.41º | 0.64% | 0.79% | - |
| HSV(B) | 124.41º | 0.29% | 0.93% | - |
| XYZ | 53.69 | 71.33 | 50.47 | - |
| YUV | 208.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 173 | 0.29 | 0 | 0.27 | 0.07 | 124.41 | 0.64 | 0.79 |
| Hex | A8 | EC | AD | 1D | 0 | 1B | 7 | 7C | 40 | 4F |
| Octal | 250 | 354 | 255 | 35 | 0 | 33 | 7 | 174 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10101101 | 11101 | 0 | 11011 | 111 | 1111100 | 1000000 | 1001111 |
Color Harmonies of #A8ECAD
Complementary color
Monochromatic Colors of #A8ECAD
Black with #A8ECAD
Text Example
Text Example
White with #A8ECAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECAD; }
p { color: rgb(168,236,173); }
H1.HeaderClassName
{
color: #A8ECAD;
}
.AnyTagClassName
{
color: #A8ECAD;
}
</style>
background-color css
<style>
a { background-color: #A8ECAD; }
a { background-color: rgb(168,236,173); }
div.DivClassName
{
background-color: #A8ECAD;
}
.BgClassName
{
background-color: #A8ECAD;
}
</style>
border-color css
<style>
span { border-color: #A8ECAD; }
span { border-color: rgb(168,236,173); }
td.TdClassName
{
border-color: #A8ECAD;
}
.TagClassName
{
border-color: #A8ECAD;
}
</style>