Shades of Celadon #A6EDA8
Tints of Celadon #A6EDA8
RGB
CMYK
RGB Variations
Color information
#A6EDA8 (or 0xA6EDA8) is known color: Celadon. HEX triplet: A6, ED and A8. RGB value is (166,237,168). Sum of RGB (Red+Green+Blue) = 166+237+168=571 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.07% from 571); Green value is 237 (92.97% from 255 or 41.51% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 237 - color contains mainly: green. Hex color #A6EDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EDA8 is #591257. Grayscale: #D0D0D0. Windows color (decimal): -5837400 or 11070886. OLE color: 11070886.
HSL color Cylindrical-coordinate representation of color #A6EDA8: hue angle of 121.69º 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 #A6EDA8 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
RGB | 166 | 237 | 168 | - |
CMYK | 0.30 | 0 | 0.29 | 0.07 |
HSL | 121.69º | 0.66% | 0.79% | - |
HSV(B) | 121.69º | 0.3% | 0.93% | - |
XYZ | 53.08 | 71.5 | 48.05 | - |
YUV | 207.91 | 105.48 | 98.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 166 | 237 | 168 | 0.30 | 0 | 0.29 | 0.07 | 121.69 | 0.66 | 0.79 |
Hex | A6 | ED | A8 | 1E | 0 | 1D | 7 | 7A | 42 | 4F |
Octal | 246 | 355 | 250 | 36 | 0 | 35 | 7 | 172 | 102 | 117 |
Binary | 10100110 | 11101101 | 10101000 | 11110 | 0 | 11101 | 111 | 1111010 | 1000010 | 1001111 |
Color Harmonies of #A6EDA8
Complementary color
Monochromatic Colors of #A6EDA8
Black with #A6EDA8
Text Example
Text Example
White with #A6EDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EDA8; }
p { color: rgb(166,237,168); }
H1.HeaderClassName
{
color: #A6EDA8;
}
.AnyTagClassName
{
color: #A6EDA8;
}
</style>
background-color css
<style>
a { background-color: #A6EDA8; }
a { background-color: rgb(166,237,168); }
div.DivClassName
{
background-color: #A6EDA8;
}
.BgClassName
{
background-color: #A6EDA8;
}
</style>
border-color css
<style>
span { border-color: #A6EDA8; }
span { border-color: rgb(166,237,168); }
td.TdClassName
{
border-color: #A6EDA8;
}
.TagClassName
{
border-color: #A6EDA8;
}
</style>