Shades of Celadon #A6DFB3
Tints of Celadon #A6DFB3
RGB
CMYK
RGB Variations
Color information
#A6DFB3 (or 0xA6DFB3) is known color: Celadon. HEX triplet: A6, DF and B3. RGB value is (166,223,179). Sum of RGB (Red+Green+Blue) = 166+223+179=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 179 (70.31% from 255 or 31.51% from 568); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DFB3 is #59204C. Grayscale: #C9C9C9. Windows color (decimal): -5840973 or 11788198. OLE color: 11788198.
HSL color Cylindrical-coordinate representation of color #A6DFB3: hue angle of 133.68º 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 #A6DFB3 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 179 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.13 |
| HSL | 133.68º | 0.47% | 0.76% | - |
| HSV(B) | 133.68º | 0.26% | 0.87% | - |
| XYZ | 50.25 | 64.14 | 52.38 | - |
| YUV | 200.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 179 | 0.26 | 0 | 0.20 | 0.13 | 133.68 | 0.47 | 0.76 |
| Hex | A6 | DF | B3 | 1A | 0 | 14 | D | 86 | 2F | 4C |
| Octal | 246 | 337 | 263 | 32 | 0 | 24 | 15 | 206 | 57 | 114 |
| Binary | 10100110 | 11011111 | 10110011 | 11010 | 0 | 10100 | 1101 | 10000110 | 101111 | 1001100 |
Color Harmonies of #A6DFB3
Complementary color
Monochromatic Colors of #A6DFB3
Black with #A6DFB3
Text Example
Text Example
White with #A6DFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFB3; }
p { color: rgb(166,223,179); }
H1.HeaderClassName
{
color: #A6DFB3;
}
.AnyTagClassName
{
color: #A6DFB3;
}
</style>
background-color css
<style>
a { background-color: #A6DFB3; }
a { background-color: rgb(166,223,179); }
div.DivClassName
{
background-color: #A6DFB3;
}
.BgClassName
{
background-color: #A6DFB3;
}
</style>
border-color css
<style>
span { border-color: #A6DFB3; }
span { border-color: rgb(166,223,179); }
td.TdClassName
{
border-color: #A6DFB3;
}
.TagClassName
{
border-color: #A6DFB3;
}
</style>