Shades of Celadon #A6ECB5
Tints of Celadon #A6ECB5
RGB
CMYK
RGB Variations
Color information
#A6ECB5 (or 0xA6ECB5) is known color: Celadon. HEX triplet: A6, EC and B5. RGB value is (166,236,181). Sum of RGB (Red+Green+Blue) = 166+236+181=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 181 (71.09% from 255 or 31.05% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #A6ECB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6ECB5 is #59134A. Grayscale: #D0D0D0. Windows color (decimal): -5837643 or 11922598. OLE color: 11922598.
HSL color Cylindrical-coordinate representation of color #A6ECB5: hue angle of 132.86º 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 #A6ECB5 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 236 | 181 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.07 |
| HSL | 132.86º | 0.65% | 0.79% | - |
| HSV(B) | 132.86º | 0.3% | 0.93% | - |
| XYZ | 54.06 | 71.43 | 54.65 | - |
| YUV | 208.8 | 112.31 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 236 | 181 | 0.30 | 0 | 0.23 | 0.07 | 132.86 | 0.65 | 0.79 |
| Hex | A6 | EC | B5 | 1E | 0 | 17 | 7 | 85 | 41 | 4F |
| Octal | 246 | 354 | 265 | 36 | 0 | 27 | 7 | 205 | 101 | 117 |
| Binary | 10100110 | 11101100 | 10110101 | 11110 | 0 | 10111 | 111 | 10000101 | 1000001 | 1001111 |
Color Harmonies of #A6ECB5
Complementary color
Monochromatic Colors of #A6ECB5
Black with #A6ECB5
Text Example
Text Example
White with #A6ECB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6ECB5; }
p { color: rgb(166,236,181); }
H1.HeaderClassName
{
color: #A6ECB5;
}
.AnyTagClassName
{
color: #A6ECB5;
}
</style>
background-color css
<style>
a { background-color: #A6ECB5; }
a { background-color: rgb(166,236,181); }
div.DivClassName
{
background-color: #A6ECB5;
}
.BgClassName
{
background-color: #A6ECB5;
}
</style>
border-color css
<style>
span { border-color: #A6ECB5; }
span { border-color: rgb(166,236,181); }
td.TdClassName
{
border-color: #A6ECB5;
}
.TagClassName
{
border-color: #A6ECB5;
}
</style>