Shades of Celadon #A8F8B6
Tints of Celadon #A8F8B6
RGB
CMYK
RGB Variations
Color information
#A8F8B6 (or 0xA8F8B6) is known color: Celadon. HEX triplet: A8, F8 and B6. RGB value is (168,248,182). Sum of RGB (Red+Green+Blue) = 168+248+182=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 248 (97.27% from 255 or 41.47% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F8B6 is #570749. Grayscale: #D8D8D8. Windows color (decimal): -5703498 or 11991208. OLE color: 11991208.
HSL color Cylindrical-coordinate representation of color #A8F8B6: hue angle of 130.5º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F8B6 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 182 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.03 |
| HSL | 130.5º | 0.85% | 0.82% | - |
| HSV(B) | 130.5º | 0.32% | 0.97% | - |
| XYZ | 58.16 | 78.84 | 56.41 | - |
| YUV | 216.56 | 108.5 | 93.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 182 | 0.32 | 0 | 0.27 | 0.03 | 130.5 | 0.85 | 0.82 |
| Hex | A8 | F8 | B6 | 20 | 0 | 1B | 3 | 82 | 55 | 52 |
| Octal | 250 | 370 | 266 | 40 | 0 | 33 | 3 | 202 | 125 | 122 |
| Binary | 10101000 | 11111000 | 10110110 | 100000 | 0 | 11011 | 11 | 10000010 | 1010101 | 1010010 |
Color Harmonies of #A8F8B6
Complementary color
Monochromatic Colors of #A8F8B6
Black with #A8F8B6
Text Example
Text Example
White with #A8F8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F8B6; }
p { color: rgb(168,248,182); }
H1.HeaderClassName
{
color: #A8F8B6;
}
.AnyTagClassName
{
color: #A8F8B6;
}
</style>
background-color css
<style>
a { background-color: #A8F8B6; }
a { background-color: rgb(168,248,182); }
div.DivClassName
{
background-color: #A8F8B6;
}
.BgClassName
{
background-color: #A8F8B6;
}
</style>
border-color css
<style>
span { border-color: #A8F8B6; }
span { border-color: rgb(168,248,182); }
td.TdClassName
{
border-color: #A8F8B6;
}
.TagClassName
{
border-color: #A8F8B6;
}
</style>