Shades of Celadon #A8F4B1
Tints of Celadon #A8F4B1
RGB
CMYK
RGB Variations
Color information
#A8F4B1 (or 0xA8F4B1) is known color: Celadon. HEX triplet: A8, F4 and B1. RGB value is (168,244,177). Sum of RGB (Red+Green+Blue) = 168+244+177=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 244 (95.70% from 255 or 41.43% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F4B1 is #570B4E. Grayscale: #D5D5D5. Windows color (decimal): -5704527 or 11662504. OLE color: 11662504.
HSL color Cylindrical-coordinate representation of color #A8F4B1: hue angle of 127.11º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4B1 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 177 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.04 |
| HSL | 127.11º | 0.78% | 0.81% | - |
| HSV(B) | 127.11º | 0.31% | 0.96% | - |
| XYZ | 56.43 | 76.2 | 53.33 | - |
| YUV | 213.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 177 | 0.31 | 0 | 0.27 | 0.04 | 127.11 | 0.78 | 0.81 |
| Hex | A8 | F4 | B1 | 1F | 0 | 1B | 4 | 7F | 4E | 51 |
| Octal | 250 | 364 | 261 | 37 | 0 | 33 | 4 | 177 | 116 | 121 |
| Binary | 10101000 | 11110100 | 10110001 | 11111 | 0 | 11011 | 100 | 1111111 | 1001110 | 1010001 |
Color Harmonies of #A8F4B1
Complementary color
Monochromatic Colors of #A8F4B1
Black with #A8F4B1
Text Example
Text Example
White with #A8F4B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4B1; }
p { color: rgb(168,244,177); }
H1.HeaderClassName
{
color: #A8F4B1;
}
.AnyTagClassName
{
color: #A8F4B1;
}
</style>
background-color css
<style>
a { background-color: #A8F4B1; }
a { background-color: rgb(168,244,177); }
div.DivClassName
{
background-color: #A8F4B1;
}
.BgClassName
{
background-color: #A8F4B1;
}
</style>
border-color css
<style>
span { border-color: #A8F4B1; }
span { border-color: rgb(168,244,177); }
td.TdClassName
{
border-color: #A8F4B1;
}
.TagClassName
{
border-color: #A8F4B1;
}
</style>