Shades of Celadon #A8FAB3
Tints of Celadon #A8FAB3
RGB
CMYK
RGB Variations
Color information
#A8FAB3 (or 0xA8FAB3) is known color: Celadon. HEX triplet: A8, FA and B3. RGB value is (168,250,179). Sum of RGB (Red+Green+Blue) = 168+250+179=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 179 (70.31% from 255 or 29.98% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAB3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAB3 is #57054C. Grayscale: #D9D9D9. Windows color (decimal): -5702989 or 11795112. OLE color: 11795112.
HSL color Cylindrical-coordinate representation of color #A8FAB3: hue angle of 128.05º 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 #A8FAB3 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 179 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.02 |
| HSL | 128.05º | 0.89% | 0.82% | - |
| HSV(B) | 128.05º | 0.33% | 0.98% | - |
| XYZ | 58.47 | 79.95 | 55 | - |
| YUV | 217.39 | 106.33 | 92.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 179 | 0.33 | 0 | 0.28 | 0.02 | 128.05 | 0.89 | 0.82 |
| Hex | A8 | FA | B3 | 21 | 0 | 1C | 2 | 80 | 59 | 52 |
| Octal | 250 | 372 | 263 | 41 | 0 | 34 | 2 | 200 | 131 | 122 |
| Binary | 10101000 | 11111010 | 10110011 | 100001 | 0 | 11100 | 10 | 10000000 | 1011001 | 1010010 |
Color Harmonies of #A8FAB3
Complementary color
Monochromatic Colors of #A8FAB3
Black with #A8FAB3
Text Example
Text Example
White with #A8FAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAB3; }
p { color: rgb(168,250,179); }
H1.HeaderClassName
{
color: #A8FAB3;
}
.AnyTagClassName
{
color: #A8FAB3;
}
</style>
background-color css
<style>
a { background-color: #A8FAB3; }
a { background-color: rgb(168,250,179); }
div.DivClassName
{
background-color: #A8FAB3;
}
.BgClassName
{
background-color: #A8FAB3;
}
</style>
border-color css
<style>
span { border-color: #A8FAB3; }
span { border-color: rgb(168,250,179); }
td.TdClassName
{
border-color: #A8FAB3;
}
.TagClassName
{
border-color: #A8FAB3;
}
</style>