Shades of Celadon #A0FCB5
Tints of Celadon #A0FCB5
RGB
CMYK
RGB Variations
Color information
#A0FCB5 (or 0xA0FCB5) is known color: Celadon. HEX triplet: A0, FC and B5. RGB value is (160,252,181). Sum of RGB (Red+Green+Blue) = 160+252+181=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 252 (98.83% from 255 or 42.50% from 593); Blue value is 181 (71.09% from 255 or 30.52% from 593); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCB5 is #5F034A. Grayscale: #D8D8D8. Windows color (decimal): -6226763 or 11926688. OLE color: 11926688.
HSL color Cylindrical-coordinate representation of color #A0FCB5: hue angle of 133.7º 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 #A0FCB5 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 181 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.01 |
| HSL | 133.7º | 0.94% | 0.81% | - |
| HSV(B) | 133.7º | 0.37% | 0.99% | - |
| XYZ | 57.65 | 80.43 | 56.2 | - |
| YUV | 216.4 | 108.02 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 181 | 0.37 | 0 | 0.28 | 0.01 | 133.7 | 0.94 | 0.81 |
| Hex | A0 | FC | B5 | 25 | 0 | 1C | 1 | 86 | 5E | 51 |
| Octal | 240 | 374 | 265 | 45 | 0 | 34 | 1 | 206 | 136 | 121 |
| Binary | 10100000 | 11111100 | 10110101 | 100101 | 0 | 11100 | 1 | 10000110 | 1011110 | 1010001 |
Color Harmonies of #A0FCB5
Complementary color
Monochromatic Colors of #A0FCB5
Black with #A0FCB5
Text Example
Text Example
White with #A0FCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCB5; }
p { color: rgb(160,252,181); }
H1.HeaderClassName
{
color: #A0FCB5;
}
.AnyTagClassName
{
color: #A0FCB5;
}
</style>
background-color css
<style>
a { background-color: #A0FCB5; }
a { background-color: rgb(160,252,181); }
div.DivClassName
{
background-color: #A0FCB5;
}
.BgClassName
{
background-color: #A0FCB5;
}
</style>
border-color css
<style>
span { border-color: #A0FCB5; }
span { border-color: rgb(160,252,181); }
td.TdClassName
{
border-color: #A0FCB5;
}
.TagClassName
{
border-color: #A0FCB5;
}
</style>