Shades of Celadon #A8FAB4
Tints of Celadon #A8FAB4
RGB
CMYK
RGB Variations
Color information
#A8FAB4 (or 0xA8FAB4) is known color: Celadon. HEX triplet: A8, FA and B4. RGB value is (168,250,180). Sum of RGB (Red+Green+Blue) = 168+250+180=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 180 (70.70% from 255 or 30.10% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAB4 is #57054B. Grayscale: #D9D9D9. Windows color (decimal): -5702988 or 11860648. OLE color: 11860648.
HSL color Cylindrical-coordinate representation of color #A8FAB4: hue angle of 128.78º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8FAB4 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 180 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.02 |
| HSL | 128.78º | 0.89% | 0.82% | - |
| HSV(B) | 128.78º | 0.33% | 0.98% | - |
| XYZ | 58.57 | 79.99 | 55.53 | - |
| YUV | 217.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 180 | 0.33 | 0 | 0.28 | 0.02 | 128.78 | 0.89 | 0.82 |
| Hex | A8 | FA | B4 | 21 | 0 | 1C | 2 | 81 | 59 | 52 |
| Octal | 250 | 372 | 264 | 41 | 0 | 34 | 2 | 201 | 131 | 122 |
| Binary | 10101000 | 11111010 | 10110100 | 100001 | 0 | 11100 | 10 | 10000001 | 1011001 | 1010010 |
Color Harmonies of #A8FAB4
Complementary color
Monochromatic Colors of #A8FAB4
Black with #A8FAB4
Text Example
Text Example
White with #A8FAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAB4; }
p { color: rgb(168,250,180); }
H1.HeaderClassName
{
color: #A8FAB4;
}
.AnyTagClassName
{
color: #A8FAB4;
}
</style>
background-color css
<style>
a { background-color: #A8FAB4; }
a { background-color: rgb(168,250,180); }
div.DivClassName
{
background-color: #A8FAB4;
}
.BgClassName
{
background-color: #A8FAB4;
}
</style>
border-color css
<style>
span { border-color: #A8FAB4; }
span { border-color: rgb(168,250,180); }
td.TdClassName
{
border-color: #A8FAB4;
}
.TagClassName
{
border-color: #A8FAB4;
}
</style>