Shades of Celadon #A0FDB4
Tints of Celadon #A0FDB4
RGB
CMYK
RGB Variations
Color information
#A0FDB4 (or 0xA0FDB4) is known color: Celadon. HEX triplet: A0, FD and B4. RGB value is (160,253,180). Sum of RGB (Red+Green+Blue) = 160+253+180=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FDB4 is #5F024B. Grayscale: #D9D9D9. Windows color (decimal): -6226508 or 11861408. OLE color: 11861408.
HSL color Cylindrical-coordinate representation of color #A0FDB4: hue angle of 132.9º degrees, saturation: 0.96, 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 #A0FDB4 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 253 | 180 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.01 |
| HSL | 132.9º | 0.96% | 0.81% | - |
| HSV(B) | 132.9º | 0.37% | 0.99% | - |
| XYZ | 57.86 | 81.02 | 55.77 | - |
| YUV | 216.87 | 107.19 | 87.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 253 | 180 | 0.37 | 0 | 0.29 | 0.01 | 132.9 | 0.96 | 0.81 |
| Hex | A0 | FD | B4 | 25 | 0 | 1D | 1 | 85 | 60 | 51 |
| Octal | 240 | 375 | 264 | 45 | 0 | 35 | 1 | 205 | 140 | 121 |
| Binary | 10100000 | 11111101 | 10110100 | 100101 | 0 | 11101 | 1 | 10000101 | 1100000 | 1010001 |
Color Harmonies of #A0FDB4
Complementary color
Monochromatic Colors of #A0FDB4
Black with #A0FDB4
Text Example
Text Example
White with #A0FDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FDB4; }
p { color: rgb(160,253,180); }
H1.HeaderClassName
{
color: #A0FDB4;
}
.AnyTagClassName
{
color: #A0FDB4;
}
</style>
background-color css
<style>
a { background-color: #A0FDB4; }
a { background-color: rgb(160,253,180); }
div.DivClassName
{
background-color: #A0FDB4;
}
.BgClassName
{
background-color: #A0FDB4;
}
</style>
border-color css
<style>
span { border-color: #A0FDB4; }
span { border-color: rgb(160,253,180); }
td.TdClassName
{
border-color: #A0FDB4;
}
.TagClassName
{
border-color: #A0FDB4;
}
</style>