Shades of Celadon #A8FFB3
Tints of Celadon #A8FFB3
RGB
CMYK
RGB Variations
Color information
#A8FFB3 (or 0xA8FFB3) is known color: Celadon. HEX triplet: A8, FF and B3. RGB value is (168,255,179). Sum of RGB (Red+Green+Blue) = 168+255+179=602 (79% of max value = 765). Red value is 168 (66.02% from 255 or 27.91% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFB3 is #57004C. Grayscale: #DCDCDC. Windows color (decimal): -5701709 or 11796392. OLE color: 11796392.
HSL color Cylindrical-coordinate representation of color #A8FFB3: hue angle of 127.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFB3 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 179 | - |
| CMYK | 0.34 | 0 | 0.30 | 0 |
| HSL | 127.59º | 1% | 0.83% | - |
| HSV(B) | 127.59º | 0.34% | 1% | - |
| XYZ | 60.05 | 83.1 | 55.52 | - |
| YUV | 220.32 | 104.68 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 179 | 0.34 | 0 | 0.30 | 0 | 127.59 | 1 | 0.83 |
| Hex | A8 | FF | B3 | 22 | 0 | 1E | 0 | 80 | 64 | 53 |
| Octal | 250 | 377 | 263 | 42 | 0 | 36 | 0 | 200 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10110011 | 100010 | 0 | 11110 | 0 | 10000000 | 1100100 | 1010011 |
Color Harmonies of #A8FFB3
Complementary color
Monochromatic Colors of #A8FFB3
Black with #A8FFB3
Text Example
Text Example
White with #A8FFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFB3; }
p { color: rgb(168,255,179); }
H1.HeaderClassName
{
color: #A8FFB3;
}
.AnyTagClassName
{
color: #A8FFB3;
}
</style>
background-color css
<style>
a { background-color: #A8FFB3; }
a { background-color: rgb(168,255,179); }
div.DivClassName
{
background-color: #A8FFB3;
}
.BgClassName
{
background-color: #A8FFB3;
}
</style>
border-color css
<style>
span { border-color: #A8FFB3; }
span { border-color: rgb(168,255,179); }
td.TdClassName
{
border-color: #A8FFB3;
}
.TagClassName
{
border-color: #A8FFB3;
}
</style>