Shades of Celadon #A8FCB3
Tints of Celadon #A8FCB3
RGB
CMYK
RGB Variations
Color information
#A8FCB3 (or 0xA8FCB3) is known color: Celadon. HEX triplet: A8, FC and B3. RGB value is (168,252,179). Sum of RGB (Red+Green+Blue) = 168+252+179=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FCB3 is #57034C. Grayscale: #DADADA. Windows color (decimal): -5702477 or 11795624. OLE color: 11795624.
HSL color Cylindrical-coordinate representation of color #A8FCB3: hue angle of 127.86º 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 #A8FCB3 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 179 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.01 |
| HSL | 127.86º | 0.93% | 0.82% | - |
| HSV(B) | 127.86º | 0.33% | 0.99% | - |
| XYZ | 59.1 | 81.2 | 55.21 | - |
| YUV | 218.56 | 105.67 | 91.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 179 | 0.33 | 0 | 0.29 | 0.01 | 127.86 | 0.93 | 0.82 |
| Hex | A8 | FC | B3 | 21 | 0 | 1D | 1 | 80 | 5D | 52 |
| Octal | 250 | 374 | 263 | 41 | 0 | 35 | 1 | 200 | 135 | 122 |
| Binary | 10101000 | 11111100 | 10110011 | 100001 | 0 | 11101 | 1 | 10000000 | 1011101 | 1010010 |
Color Harmonies of #A8FCB3
Complementary color
Monochromatic Colors of #A8FCB3
Black with #A8FCB3
Text Example
Text Example
White with #A8FCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCB3; }
p { color: rgb(168,252,179); }
H1.HeaderClassName
{
color: #A8FCB3;
}
.AnyTagClassName
{
color: #A8FCB3;
}
</style>
background-color css
<style>
a { background-color: #A8FCB3; }
a { background-color: rgb(168,252,179); }
div.DivClassName
{
background-color: #A8FCB3;
}
.BgClassName
{
background-color: #A8FCB3;
}
</style>
border-color css
<style>
span { border-color: #A8FCB3; }
span { border-color: rgb(168,252,179); }
td.TdClassName
{
border-color: #A8FCB3;
}
.TagClassName
{
border-color: #A8FCB3;
}
</style>