Shades of Celadon #A6EDB5
Tints of Celadon #A6EDB5
RGB
CMYK
RGB Variations
Color information
#A6EDB5 (or 0xA6EDB5) is known color: Celadon. HEX triplet: A6, ED and B5. RGB value is (166,237,181). Sum of RGB (Red+Green+Blue) = 166+237+181=584 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.42% from 584); Green value is 237 (92.97% from 255 or 40.58% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EDB5 is #59124A. Grayscale: #D1D1D1. Windows color (decimal): -5837387 or 11922854. OLE color: 11922854.
HSL color Cylindrical-coordinate representation of color #A6EDB5: hue angle of 132.68º degrees, saturation: 0.66, 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 #A6EDB5 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 237 | 181 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.07 |
| HSL | 132.68º | 0.66% | 0.79% | - |
| HSV(B) | 132.68º | 0.3% | 0.93% | - |
| XYZ | 54.35 | 72.01 | 54.75 | - |
| YUV | 209.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 237 | 181 | 0.30 | 0 | 0.24 | 0.07 | 132.68 | 0.66 | 0.79 |
| Hex | A6 | ED | B5 | 1E | 0 | 18 | 7 | 85 | 42 | 4F |
| Octal | 246 | 355 | 265 | 36 | 0 | 30 | 7 | 205 | 102 | 117 |
| Binary | 10100110 | 11101101 | 10110101 | 11110 | 0 | 11000 | 111 | 10000101 | 1000010 | 1001111 |
Color Harmonies of #A6EDB5
Complementary color
Monochromatic Colors of #A6EDB5
Black with #A6EDB5
Text Example
Text Example
White with #A6EDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDB5; }
p { color: rgb(166,237,181); }
H1.HeaderClassName
{
color: #A6EDB5;
}
.AnyTagClassName
{
color: #A6EDB5;
}
</style>
background-color css
<style>
a { background-color: #A6EDB5; }
a { background-color: rgb(166,237,181); }
div.DivClassName
{
background-color: #A6EDB5;
}
.BgClassName
{
background-color: #A6EDB5;
}
</style>
border-color css
<style>
span { border-color: #A6EDB5; }
span { border-color: rgb(166,237,181); }
td.TdClassName
{
border-color: #A6EDB5;
}
.TagClassName
{
border-color: #A6EDB5;
}
</style>