Shades of Celadon #A0FCB6
Tints of Celadon #A0FCB6
RGB
CMYK
RGB Variations
Color information
#A0FCB6 (or 0xA0FCB6) is known color: Celadon. HEX triplet: A0, FC and B6. RGB value is (160,252,182). Sum of RGB (Red+Green+Blue) = 160+252+182=594 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.94% from 594); Green value is 252 (98.83% from 255 or 42.42% from 594); Blue value is 182 (71.48% from 255 or 30.64% from 594); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCB6 is #5F0349. Grayscale: #D8D8D8. Windows color (decimal): -6226762 or 11992224. OLE color: 11992224.
HSL color Cylindrical-coordinate representation of color #A0FCB6: hue angle of 134.35º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCB6 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 182 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.01 |
| HSL | 134.35º | 0.94% | 0.81% | - |
| HSV(B) | 134.35º | 0.37% | 0.99% | - |
| XYZ | 57.75 | 80.47 | 56.74 | - |
| YUV | 216.51 | 108.52 | 87.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 182 | 0.37 | 0 | 0.28 | 0.01 | 134.35 | 0.94 | 0.81 |
| Hex | A0 | FC | B6 | 25 | 0 | 1C | 1 | 86 | 5E | 51 |
| Octal | 240 | 374 | 266 | 45 | 0 | 34 | 1 | 206 | 136 | 121 |
| Binary | 10100000 | 11111100 | 10110110 | 100101 | 0 | 11100 | 1 | 10000110 | 1011110 | 1010001 |
Color Harmonies of #A0FCB6
Complementary color
Monochromatic Colors of #A0FCB6
Black with #A0FCB6
Text Example
Text Example
White with #A0FCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCB6; }
p { color: rgb(160,252,182); }
H1.HeaderClassName
{
color: #A0FCB6;
}
.AnyTagClassName
{
color: #A0FCB6;
}
</style>
background-color css
<style>
a { background-color: #A0FCB6; }
a { background-color: rgb(160,252,182); }
div.DivClassName
{
background-color: #A0FCB6;
}
.BgClassName
{
background-color: #A0FCB6;
}
</style>
border-color css
<style>
span { border-color: #A0FCB6; }
span { border-color: rgb(160,252,182); }
td.TdClassName
{
border-color: #A0FCB6;
}
.TagClassName
{
border-color: #A0FCB6;
}
</style>