Shades of Celadon #A8F6B5
Tints of Celadon #A8F6B5
RGB
CMYK
RGB Variations
Color information
#A8F6B5 (or 0xA8F6B5) is known color: Celadon. HEX triplet: A8, F6 and B5. RGB value is (168,246,181). Sum of RGB (Red+Green+Blue) = 168+246+181=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F6B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F6B5 is #57094A. Grayscale: #D7D7D7. Windows color (decimal): -5704011 or 11925160. OLE color: 11925160.
HSL color Cylindrical-coordinate representation of color #A8F6B5: hue angle of 130º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F6B5 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 246 | 181 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.04 |
| HSL | 130º | 0.81% | 0.81% | - |
| HSV(B) | 130º | 0.32% | 0.96% | - |
| XYZ | 57.44 | 77.57 | 55.66 | - |
| YUV | 215.27 | 108.66 | 94.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 246 | 181 | 0.32 | 0 | 0.26 | 0.04 | 130 | 0.81 | 0.81 |
| Hex | A8 | F6 | B5 | 20 | 0 | 1A | 4 | 82 | 51 | 51 |
| Octal | 250 | 366 | 265 | 40 | 0 | 32 | 4 | 202 | 121 | 121 |
| Binary | 10101000 | 11110110 | 10110101 | 100000 | 0 | 11010 | 100 | 10000010 | 1010001 | 1010001 |
Color Harmonies of #A8F6B5
Complementary color
Monochromatic Colors of #A8F6B5
Black with #A8F6B5
Text Example
Text Example
White with #A8F6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F6B5; }
p { color: rgb(168,246,181); }
H1.HeaderClassName
{
color: #A8F6B5;
}
.AnyTagClassName
{
color: #A8F6B5;
}
</style>
background-color css
<style>
a { background-color: #A8F6B5; }
a { background-color: rgb(168,246,181); }
div.DivClassName
{
background-color: #A8F6B5;
}
.BgClassName
{
background-color: #A8F6B5;
}
</style>
border-color css
<style>
span { border-color: #A8F6B5; }
span { border-color: rgb(168,246,181); }
td.TdClassName
{
border-color: #A8F6B5;
}
.TagClassName
{
border-color: #A8F6B5;
}
</style>