Shades of Celadon #A8FCB2
Tints of Celadon #A8FCB2
RGB
CMYK
RGB Variations
Color information
#A8FCB2 (or 0xA8FCB2) is known color: Celadon. HEX triplet: A8, FC and B2. RGB value is (168,252,178). Sum of RGB (Red+Green+Blue) = 168+252+178=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 178 (69.92% from 255 or 29.77% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FCB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FCB2 is #57034D. Grayscale: #DADADA. Windows color (decimal): -5702478 or 11730088. OLE color: 11730088.
HSL color Cylindrical-coordinate representation of color #A8FCB2: hue angle of 127.14º 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 #A8FCB2 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 252 | 178 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.01 |
| HSL | 127.14º | 0.93% | 0.82% | - |
| HSV(B) | 127.14º | 0.33% | 0.99% | - |
| XYZ | 58.99 | 81.16 | 54.68 | - |
| YUV | 218.45 | 105.17 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 252 | 178 | 0.33 | 0 | 0.29 | 0.01 | 127.14 | 0.93 | 0.82 |
| Hex | A8 | FC | B2 | 21 | 0 | 1D | 1 | 7F | 5D | 52 |
| Octal | 250 | 374 | 262 | 41 | 0 | 35 | 1 | 177 | 135 | 122 |
| Binary | 10101000 | 11111100 | 10110010 | 100001 | 0 | 11101 | 1 | 1111111 | 1011101 | 1010010 |
Color Harmonies of #A8FCB2
Complementary color
Monochromatic Colors of #A8FCB2
Black with #A8FCB2
Text Example
Text Example
White with #A8FCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FCB2; }
p { color: rgb(168,252,178); }
H1.HeaderClassName
{
color: #A8FCB2;
}
.AnyTagClassName
{
color: #A8FCB2;
}
</style>
background-color css
<style>
a { background-color: #A8FCB2; }
a { background-color: rgb(168,252,178); }
div.DivClassName
{
background-color: #A8FCB2;
}
.BgClassName
{
background-color: #A8FCB2;
}
</style>
border-color css
<style>
span { border-color: #A8FCB2; }
span { border-color: rgb(168,252,178); }
td.TdClassName
{
border-color: #A8FCB2;
}
.TagClassName
{
border-color: #A8FCB2;
}
</style>