Shades of Celadon #A6FCAF
Tints of Celadon #A6FCAF
RGB
CMYK
RGB Variations
Color information
#A6FCAF (or 0xA6FCAF) is known color: Celadon. HEX triplet: A6, FC and AF. RGB value is (166,252,175). Sum of RGB (Red+Green+Blue) = 166+252+175=593 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.99% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FCAF is #590350. Grayscale: #D9D9D9. Windows color (decimal): -5833553 or 11533478. OLE color: 11533478.
HSL color Cylindrical-coordinate representation of color #A6FCAF: hue angle of 126.28º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCAF is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 252 | 175 | - |
| CMYK | 0.34 | 0 | 0.31 | 0.01 |
| HSL | 126.28º | 0.93% | 0.82% | - |
| HSV(B) | 126.28º | 0.34% | 0.99% | - |
| XYZ | 58.27 | 80.82 | 53.09 | - |
| YUV | 217.51 | 104.01 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 252 | 175 | 0.34 | 0 | 0.31 | 0.01 | 126.28 | 0.93 | 0.82 |
| Hex | A6 | FC | AF | 22 | 0 | 1F | 1 | 7E | 5D | 52 |
| Octal | 246 | 374 | 257 | 42 | 0 | 37 | 1 | 176 | 135 | 122 |
| Binary | 10100110 | 11111100 | 10101111 | 100010 | 0 | 11111 | 1 | 1111110 | 1011101 | 1010010 |
Color Harmonies of #A6FCAF
Complementary color
Monochromatic Colors of #A6FCAF
Black with #A6FCAF
Text Example
Text Example
White with #A6FCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FCAF; }
p { color: rgb(166,252,175); }
H1.HeaderClassName
{
color: #A6FCAF;
}
.AnyTagClassName
{
color: #A6FCAF;
}
</style>
background-color css
<style>
a { background-color: #A6FCAF; }
a { background-color: rgb(166,252,175); }
div.DivClassName
{
background-color: #A6FCAF;
}
.BgClassName
{
background-color: #A6FCAF;
}
</style>
border-color css
<style>
span { border-color: #A6FCAF; }
span { border-color: rgb(166,252,175); }
td.TdClassName
{
border-color: #A6FCAF;
}
.TagClassName
{
border-color: #A6FCAF;
}
</style>