Shades of Celadon #A8FFB5
Tints of Celadon #A8FFB5
RGB
CMYK
RGB Variations
Color information
#A8FFB5 (or 0xA8FFB5) is known color: Celadon. HEX triplet: A8, FF and B5. RGB value is (168,255,181). Sum of RGB (Red+Green+Blue) = 168+255+181=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFB5 is #57004A. Grayscale: #DCDCDC. Windows color (decimal): -5701707 or 11927464. OLE color: 11927464.
HSL color Cylindrical-coordinate representation of color #A8FFB5: hue angle of 128.97º 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 #A8FFB5 is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 181 | - |
| CMYK | 0.34 | 0 | 0.29 | 0 |
| HSL | 128.97º | 1% | 0.83% | - |
| HSV(B) | 128.97º | 0.34% | 1% | - |
| XYZ | 60.25 | 83.18 | 56.6 | - |
| YUV | 220.55 | 105.68 | 90.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 181 | 0.34 | 0 | 0.29 | 0 | 128.97 | 1 | 0.83 |
| Hex | A8 | FF | B5 | 22 | 0 | 1D | 0 | 81 | 64 | 53 |
| Octal | 250 | 377 | 265 | 42 | 0 | 35 | 0 | 201 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10110101 | 100010 | 0 | 11101 | 0 | 10000001 | 1100100 | 1010011 |
Color Harmonies of #A8FFB5
Complementary color
Monochromatic Colors of #A8FFB5
Black with #A8FFB5
Text Example
Text Example
White with #A8FFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFB5; }
p { color: rgb(168,255,181); }
H1.HeaderClassName
{
color: #A8FFB5;
}
.AnyTagClassName
{
color: #A8FFB5;
}
</style>
background-color css
<style>
a { background-color: #A8FFB5; }
a { background-color: rgb(168,255,181); }
div.DivClassName
{
background-color: #A8FFB5;
}
.BgClassName
{
background-color: #A8FFB5;
}
</style>
border-color css
<style>
span { border-color: #A8FFB5; }
span { border-color: rgb(168,255,181); }
td.TdClassName
{
border-color: #A8FFB5;
}
.TagClassName
{
border-color: #A8FFB5;
}
</style>