Shades of Celadon #A6DEAF
Tints of Celadon #A6DEAF
RGB
CMYK
RGB Variations
Color information
#A6DEAF (or 0xA6DEAF) is known color: Celadon. HEX triplet: A6, DE and AF. RGB value is (166,222,175). Sum of RGB (Red+Green+Blue) = 166+222+175=563 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.48% from 563); Green value is 222 (87.11% from 255 or 39.43% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DEAF is #592150. Grayscale: #C8C8C8. Windows color (decimal): -5841233 or 11525798. OLE color: 11525798.
HSL color Cylindrical-coordinate representation of color #A6DEAF: hue angle of 129.64º degrees, saturation: 0.46, 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 #A6DEAF is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 175 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.13 |
| HSL | 129.64º | 0.46% | 0.76% | - |
| HSV(B) | 129.64º | 0.25% | 0.87% | - |
| XYZ | 49.59 | 63.44 | 50.19 | - |
| YUV | 199.9 | 113.95 | 103.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 175 | 0.25 | 0 | 0.21 | 0.13 | 129.64 | 0.46 | 0.76 |
| Hex | A6 | DE | AF | 19 | 0 | 15 | D | 82 | 2E | 4C |
| Octal | 246 | 336 | 257 | 31 | 0 | 25 | 15 | 202 | 56 | 114 |
| Binary | 10100110 | 11011110 | 10101111 | 11001 | 0 | 10101 | 1101 | 10000010 | 101110 | 1001100 |
Color Harmonies of #A6DEAF
Complementary color
Monochromatic Colors of #A6DEAF
Black with #A6DEAF
Text Example
Text Example
White with #A6DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEAF; }
p { color: rgb(166,222,175); }
H1.HeaderClassName
{
color: #A6DEAF;
}
.AnyTagClassName
{
color: #A6DEAF;
}
</style>
background-color css
<style>
a { background-color: #A6DEAF; }
a { background-color: rgb(166,222,175); }
div.DivClassName
{
background-color: #A6DEAF;
}
.BgClassName
{
background-color: #A6DEAF;
}
</style>
border-color css
<style>
span { border-color: #A6DEAF; }
span { border-color: rgb(166,222,175); }
td.TdClassName
{
border-color: #A6DEAF;
}
.TagClassName
{
border-color: #A6DEAF;
}
</style>