Shades of Celadon #A6ECAF
Tints of Celadon #A6ECAF
RGB
CMYK
RGB Variations
Color information
#A6ECAF (or 0xA6ECAF) is known color: Celadon. HEX triplet: A6, EC and AF. RGB value is (166,236,175). Sum of RGB (Red+Green+Blue) = 166+236+175=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 175 (68.75% from 255 or 30.33% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6ECAF is #591350. Grayscale: #D0D0D0. Windows color (decimal): -5837649 or 11529382. OLE color: 11529382.
HSL color Cylindrical-coordinate representation of color #A6ECAF: hue angle of 127.71º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6ECAF is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 175 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.07 |
| HSL | 127.71º | 0.65% | 0.79% | - |
| HSV(B) | 127.71º | 0.3% | 0.93% | - |
| XYZ | 53.46 | 71.19 | 51.48 | - |
| YUV | 208.12 | 109.31 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 175 | 0.30 | 0 | 0.26 | 0.07 | 127.71 | 0.65 | 0.79 |
| Hex | A6 | EC | AF | 1E | 0 | 1A | 7 | 80 | 41 | 4F |
| Octal | 246 | 354 | 257 | 36 | 0 | 32 | 7 | 200 | 101 | 117 |
| Binary | 10100110 | 11101100 | 10101111 | 11110 | 0 | 11010 | 111 | 10000000 | 1000001 | 1001111 |
Color Harmonies of #A6ECAF
Complementary color
Monochromatic Colors of #A6ECAF
Black with #A6ECAF
Text Example
Text Example
White with #A6ECAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECAF; }
p { color: rgb(166,236,175); }
H1.HeaderClassName
{
color: #A6ECAF;
}
.AnyTagClassName
{
color: #A6ECAF;
}
</style>
background-color css
<style>
a { background-color: #A6ECAF; }
a { background-color: rgb(166,236,175); }
div.DivClassName
{
background-color: #A6ECAF;
}
.BgClassName
{
background-color: #A6ECAF;
}
</style>
border-color css
<style>
span { border-color: #A6ECAF; }
span { border-color: rgb(166,236,175); }
td.TdClassName
{
border-color: #A6ECAF;
}
.TagClassName
{
border-color: #A6ECAF;
}
</style>