Shades of Celadon #A8FCB5
Tints of Celadon #A8FCB5
RGB
CMYK
RGB Variations
Color information
#A8FCB5 (or 0xA8FCB5) is known color: Celadon. HEX triplet: A8, FC and B5. RGB value is (168,252,181). Sum of RGB (Red+Green+Blue) = 168+252+181=601 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.95% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 181 (71.09% from 255 or 30.12% from 601); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCB5 is #57034A. Grayscale: #DADADA. Windows color (decimal): -5702475 or 11926696. OLE color: 11926696.
HSL color Cylindrical-coordinate representation of color #A8FCB5: hue angle of 129.29º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FCB5 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 181 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.01 |
| HSL | 129.29º | 0.93% | 0.82% | - |
| HSV(B) | 129.29º | 0.33% | 0.99% | - |
| XYZ | 59.3 | 81.28 | 56.28 | - |
| YUV | 218.79 | 106.67 | 91.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 181 | 0.33 | 0 | 0.28 | 0.01 | 129.29 | 0.93 | 0.82 |
| Hex | A8 | FC | B5 | 21 | 0 | 1C | 1 | 81 | 5D | 52 |
| Octal | 250 | 374 | 265 | 41 | 0 | 34 | 1 | 201 | 135 | 122 |
| Binary | 10101000 | 11111100 | 10110101 | 100001 | 0 | 11100 | 1 | 10000001 | 1011101 | 1010010 |
Color Harmonies of #A8FCB5
Complementary color
Monochromatic Colors of #A8FCB5
Black with #A8FCB5
Text Example
Text Example
White with #A8FCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCB5; }
p { color: rgb(168,252,181); }
H1.HeaderClassName
{
color: #A8FCB5;
}
.AnyTagClassName
{
color: #A8FCB5;
}
</style>
background-color css
<style>
a { background-color: #A8FCB5; }
a { background-color: rgb(168,252,181); }
div.DivClassName
{
background-color: #A8FCB5;
}
.BgClassName
{
background-color: #A8FCB5;
}
</style>
border-color css
<style>
span { border-color: #A8FCB5; }
span { border-color: rgb(168,252,181); }
td.TdClassName
{
border-color: #A8FCB5;
}
.TagClassName
{
border-color: #A8FCB5;
}
</style>