Shades of Celadon #A6DFB1
Tints of Celadon #A6DFB1
RGB
CMYK
RGB Variations
Color information
#A6DFB1 (or 0xA6DFB1) is known color: Celadon. HEX triplet: A6, DF and B1. RGB value is (166,223,177). Sum of RGB (Red+Green+Blue) = 166+223+177=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 223 (87.5% from 255 or 39.40% from 566); Blue value is 177 (69.53% from 255 or 31.27% from 566); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFB1 is #59204E. Grayscale: #C8C8C8. Windows color (decimal): -5840975 or 11657126. OLE color: 11657126.
HSL color Cylindrical-coordinate representation of color #A6DFB1: hue angle of 131.58º 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 #A6DFB1 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 177 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.13 |
| HSL | 131.58º | 0.47% | 0.76% | - |
| HSV(B) | 131.58º | 0.26% | 0.87% | - |
| XYZ | 50.05 | 64.06 | 51.32 | - |
| YUV | 200.71 | 114.62 | 103.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 177 | 0.26 | 0 | 0.21 | 0.13 | 131.58 | 0.47 | 0.76 |
| Hex | A6 | DF | B1 | 1A | 0 | 15 | D | 84 | 2F | 4C |
| Octal | 246 | 337 | 261 | 32 | 0 | 25 | 15 | 204 | 57 | 114 |
| Binary | 10100110 | 11011111 | 10110001 | 11010 | 0 | 10101 | 1101 | 10000100 | 101111 | 1001100 |
Color Harmonies of #A6DFB1
Complementary color
Monochromatic Colors of #A6DFB1
Black with #A6DFB1
Text Example
Text Example
White with #A6DFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFB1; }
p { color: rgb(166,223,177); }
H1.HeaderClassName
{
color: #A6DFB1;
}
.AnyTagClassName
{
color: #A6DFB1;
}
</style>
background-color css
<style>
a { background-color: #A6DFB1; }
a { background-color: rgb(166,223,177); }
div.DivClassName
{
background-color: #A6DFB1;
}
.BgClassName
{
background-color: #A6DFB1;
}
</style>
border-color css
<style>
span { border-color: #A6DFB1; }
span { border-color: rgb(166,223,177); }
td.TdClassName
{
border-color: #A6DFB1;
}
.TagClassName
{
border-color: #A6DFB1;
}
</style>