Shades of Celadon #A8F4B4
Tints of Celadon #A8F4B4
RGB
CMYK
RGB Variations
Color information
#A8F4B4 (or 0xA8F4B4) is known color: Celadon. HEX triplet: A8, F4 and B4. RGB value is (168,244,180). Sum of RGB (Red+Green+Blue) = 168+244+180=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 244 (95.70% from 255 or 41.22% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4B4 is #570B4B. Grayscale: #D6D6D6. Windows color (decimal): -5704524 or 11859112. OLE color: 11859112.
HSL color Cylindrical-coordinate representation of color #A8F4B4: hue angle of 129.47º 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 #A8F4B4 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 180 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.04 |
| HSL | 129.47º | 0.78% | 0.81% | - |
| HSV(B) | 129.47º | 0.31% | 0.96% | - |
| XYZ | 56.74 | 76.32 | 54.92 | - |
| YUV | 213.98 | 108.82 | 95.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 180 | 0.31 | 0 | 0.26 | 0.04 | 129.47 | 0.78 | 0.81 |
| Hex | A8 | F4 | B4 | 1F | 0 | 1A | 4 | 81 | 4E | 51 |
| Octal | 250 | 364 | 264 | 37 | 0 | 32 | 4 | 201 | 116 | 121 |
| Binary | 10101000 | 11110100 | 10110100 | 11111 | 0 | 11010 | 100 | 10000001 | 1001110 | 1010001 |
Color Harmonies of #A8F4B4
Complementary color
Monochromatic Colors of #A8F4B4
Black with #A8F4B4
Text Example
Text Example
White with #A8F4B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4B4; }
p { color: rgb(168,244,180); }
H1.HeaderClassName
{
color: #A8F4B4;
}
.AnyTagClassName
{
color: #A8F4B4;
}
</style>
background-color css
<style>
a { background-color: #A8F4B4; }
a { background-color: rgb(168,244,180); }
div.DivClassName
{
background-color: #A8F4B4;
}
.BgClassName
{
background-color: #A8F4B4;
}
</style>
border-color css
<style>
span { border-color: #A8F4B4; }
span { border-color: rgb(168,244,180); }
td.TdClassName
{
border-color: #A8F4B4;
}
.TagClassName
{
border-color: #A8F4B4;
}
</style>