Shades of Celadon #A6FAB0
Tints of Celadon #A6FAB0
RGB
CMYK
RGB Variations
Color information
#A6FAB0 (or 0xA6FAB0) is known color: Celadon. HEX triplet: A6, FA and B0. RGB value is (166,250,176). Sum of RGB (Red+Green+Blue) = 166+250+176=592 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.04% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 176 (69.14% from 255 or 29.73% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #A6FAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FAB0 is #59054F. Grayscale: #D8D8D8. Windows color (decimal): -5834064 or 11598502. OLE color: 11598502.
HSL color Cylindrical-coordinate representation of color #A6FAB0: hue angle of 127.14º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FAB0 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 250 | 176 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.02 |
| HSL | 127.14º | 0.89% | 0.82% | - |
| HSV(B) | 127.14º | 0.34% | 0.98% | - |
| XYZ | 57.75 | 79.61 | 53.4 | - |
| YUV | 216.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 250 | 176 | 0.34 | 0 | 0.30 | 0.02 | 127.14 | 0.89 | 0.82 |
| Hex | A6 | FA | B0 | 22 | 0 | 1E | 2 | 7F | 59 | 52 |
| Octal | 246 | 372 | 260 | 42 | 0 | 36 | 2 | 177 | 131 | 122 |
| Binary | 10100110 | 11111010 | 10110000 | 100010 | 0 | 11110 | 10 | 1111111 | 1011001 | 1010010 |
Color Harmonies of #A6FAB0
Complementary color
Monochromatic Colors of #A6FAB0
Black with #A6FAB0
Text Example
Text Example
White with #A6FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FAB0; }
p { color: rgb(166,250,176); }
H1.HeaderClassName
{
color: #A6FAB0;
}
.AnyTagClassName
{
color: #A6FAB0;
}
</style>
background-color css
<style>
a { background-color: #A6FAB0; }
a { background-color: rgb(166,250,176); }
div.DivClassName
{
background-color: #A6FAB0;
}
.BgClassName
{
background-color: #A6FAB0;
}
</style>
border-color css
<style>
span { border-color: #A6FAB0; }
span { border-color: rgb(166,250,176); }
td.TdClassName
{
border-color: #A6FAB0;
}
.TagClassName
{
border-color: #A6FAB0;
}
</style>