Shades of Celadon #A6DFAE
Tints of Celadon #A6DFAE
RGB
CMYK
RGB Variations
Color information
#A6DFAE (or 0xA6DFAE) is known color: Celadon. HEX triplet: A6, DF and AE. RGB value is (166,223,174). Sum of RGB (Red+Green+Blue) = 166+223+174=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 223 (87.5% from 255 or 39.61% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 223 - color contains mainly: green. Hex color #A6DFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DFAE is #592051. Grayscale: #C8C8C8. Windows color (decimal): -5840978 or 11460518. OLE color: 11460518.
HSL color Cylindrical-coordinate representation of color #A6DFAE: hue angle of 128.42º 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 #A6DFAE is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 223 | 174 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.13 |
| HSL | 128.42º | 0.47% | 0.76% | - |
| HSV(B) | 128.42º | 0.26% | 0.87% | - |
| XYZ | 49.75 | 63.94 | 49.76 | - |
| YUV | 200.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 223 | 174 | 0.26 | 0 | 0.22 | 0.13 | 128.42 | 0.47 | 0.76 |
| Hex | A6 | DF | AE | 1A | 0 | 16 | D | 80 | 2F | 4C |
| Octal | 246 | 337 | 256 | 32 | 0 | 26 | 15 | 200 | 57 | 114 |
| Binary | 10100110 | 11011111 | 10101110 | 11010 | 0 | 10110 | 1101 | 10000000 | 101111 | 1001100 |
Color Harmonies of #A6DFAE
Complementary color
Monochromatic Colors of #A6DFAE
Black with #A6DFAE
Text Example
Text Example
White with #A6DFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DFAE; }
p { color: rgb(166,223,174); }
H1.HeaderClassName
{
color: #A6DFAE;
}
.AnyTagClassName
{
color: #A6DFAE;
}
</style>
background-color css
<style>
a { background-color: #A6DFAE; }
a { background-color: rgb(166,223,174); }
div.DivClassName
{
background-color: #A6DFAE;
}
.BgClassName
{
background-color: #A6DFAE;
}
</style>
border-color css
<style>
span { border-color: #A6DFAE; }
span { border-color: rgb(166,223,174); }
td.TdClassName
{
border-color: #A6DFAE;
}
.TagClassName
{
border-color: #A6DFAE;
}
</style>