Shades of Celadon #A8FFB1
Tints of Celadon #A8FFB1
RGB
CMYK
RGB Variations
Color information
#A8FFB1 (or 0xA8FFB1) is known color: Celadon. HEX triplet: A8, FF and B1. RGB value is (168,255,177). Sum of RGB (Red+Green+Blue) = 168+255+177=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FFB1 is #57004E. Grayscale: #DCDCDC. Windows color (decimal): -5701711 or 11665320. OLE color: 11665320.
HSL color Cylindrical-coordinate representation of color #A8FFB1: hue angle of 126.21º 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 #A8FFB1 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 177 | - |
| CMYK | 0.34 | 0 | 0.31 | 0 |
| HSL | 126.21º | 1% | 0.83% | - |
| HSV(B) | 126.21º | 0.34% | 1% | - |
| XYZ | 59.84 | 83.02 | 54.47 | - |
| YUV | 220.1 | 103.68 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 177 | 0.34 | 0 | 0.31 | 0 | 126.21 | 1 | 0.83 |
| Hex | A8 | FF | B1 | 22 | 0 | 1F | 0 | 7E | 64 | 53 |
| Octal | 250 | 377 | 261 | 42 | 0 | 37 | 0 | 176 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10110001 | 100010 | 0 | 11111 | 0 | 1111110 | 1100100 | 1010011 |
Color Harmonies of #A8FFB1
Complementary color
Monochromatic Colors of #A8FFB1
Black with #A8FFB1
Text Example
Text Example
White with #A8FFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFB1; }
p { color: rgb(168,255,177); }
H1.HeaderClassName
{
color: #A8FFB1;
}
.AnyTagClassName
{
color: #A8FFB1;
}
</style>
background-color css
<style>
a { background-color: #A8FFB1; }
a { background-color: rgb(168,255,177); }
div.DivClassName
{
background-color: #A8FFB1;
}
.BgClassName
{
background-color: #A8FFB1;
}
</style>
border-color css
<style>
span { border-color: #A8FFB1; }
span { border-color: rgb(168,255,177); }
td.TdClassName
{
border-color: #A8FFB1;
}
.TagClassName
{
border-color: #A8FFB1;
}
</style>