Shades of Celadon #A6DFB0
Tints of Celadon #A6DFB0
RGB
CMYK
RGB Variations
Color information
#A6DFB0 (or 0xA6DFB0) is known color: Celadon. HEX triplet: A6, DF and B0. RGB value is (166,223,176). Sum of RGB (Red+Green+Blue) = 166+223+176=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 223 (87.5% from 255 or 39.47% from 565); Blue value is 176 (69.14% from 255 or 31.15% from 565); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFB0 is #59204F. Grayscale: #C8C8C8. Windows color (decimal): -5840976 or 11591590. OLE color: 11591590.
HSL color Cylindrical-coordinate representation of color #A6DFB0: hue angle of 130.53º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6DFB0 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 176 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.13 |
| HSL | 130.53º | 0.47% | 0.76% | - |
| HSV(B) | 130.53º | 0.26% | 0.87% | - |
| XYZ | 49.95 | 64.02 | 50.8 | - |
| YUV | 200.6 | 114.12 | 103.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 176 | 0.26 | 0 | 0.21 | 0.13 | 130.53 | 0.47 | 0.76 |
| Hex | A6 | DF | B0 | 1A | 0 | 15 | D | 83 | 2F | 4C |
| Octal | 246 | 337 | 260 | 32 | 0 | 25 | 15 | 203 | 57 | 114 |
| Binary | 10100110 | 11011111 | 10110000 | 11010 | 0 | 10101 | 1101 | 10000011 | 101111 | 1001100 |
Color Harmonies of #A6DFB0
Complementary color
Monochromatic Colors of #A6DFB0
Black with #A6DFB0
Text Example
Text Example
White with #A6DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFB0; }
p { color: rgb(166,223,176); }
H1.HeaderClassName
{
color: #A6DFB0;
}
.AnyTagClassName
{
color: #A6DFB0;
}
</style>
background-color css
<style>
a { background-color: #A6DFB0; }
a { background-color: rgb(166,223,176); }
div.DivClassName
{
background-color: #A6DFB0;
}
.BgClassName
{
background-color: #A6DFB0;
}
</style>
border-color css
<style>
span { border-color: #A6DFB0; }
span { border-color: rgb(166,223,176); }
td.TdClassName
{
border-color: #A6DFB0;
}
.TagClassName
{
border-color: #A6DFB0;
}
</style>