Shades of Celadon #A6DDB0
Tints of Celadon #A6DDB0
RGB
CMYK
RGB Variations
Color information
#A6DDB0 (or 0xA6DDB0) is known color: Celadon. HEX triplet: A6, DD and B0. RGB value is (166,221,176). Sum of RGB (Red+Green+Blue) = 166+221+176=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 176 (69.14% from 255 or 31.26% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DDB0 is #59224F. Grayscale: #C7C7C7. Windows color (decimal): -5841488 or 11591078. OLE color: 11591078.
HSL color Cylindrical-coordinate representation of color #A6DDB0: hue angle of 130.91º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DDB0 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 221 | 176 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.13 |
| HSL | 130.91º | 0.45% | 0.76% | - |
| HSV(B) | 130.91º | 0.25% | 0.87% | - |
| XYZ | 49.42 | 62.95 | 50.62 | - |
| YUV | 199.43 | 114.78 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 221 | 176 | 0.25 | 0 | 0.20 | 0.13 | 130.91 | 0.45 | 0.76 |
| Hex | A6 | DD | B0 | 19 | 0 | 14 | D | 83 | 2D | 4C |
| Octal | 246 | 335 | 260 | 31 | 0 | 24 | 15 | 203 | 55 | 114 |
| Binary | 10100110 | 11011101 | 10110000 | 11001 | 0 | 10100 | 1101 | 10000011 | 101101 | 1001100 |
Color Harmonies of #A6DDB0
Complementary color
Monochromatic Colors of #A6DDB0
Black with #A6DDB0
Text Example
Text Example
White with #A6DDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DDB0; }
p { color: rgb(166,221,176); }
H1.HeaderClassName
{
color: #A6DDB0;
}
.AnyTagClassName
{
color: #A6DDB0;
}
</style>
background-color css
<style>
a { background-color: #A6DDB0; }
a { background-color: rgb(166,221,176); }
div.DivClassName
{
background-color: #A6DDB0;
}
.BgClassName
{
background-color: #A6DDB0;
}
</style>
border-color css
<style>
span { border-color: #A6DDB0; }
span { border-color: rgb(166,221,176); }
td.TdClassName
{
border-color: #A6DDB0;
}
.TagClassName
{
border-color: #A6DDB0;
}
</style>