Shades of Celadon #A6F8B5
Tints of Celadon #A6F8B5
RGB
CMYK
RGB Variations
Color information
#A6F8B5 (or 0xA6F8B5) is known color: Celadon. HEX triplet: A6, F8 and B5. RGB value is (166,248,181). Sum of RGB (Red+Green+Blue) = 166+248+181=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #A6F8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6F8B5 is #59074A. Grayscale: #D8D8D8. Windows color (decimal): -5834571 or 11925670. OLE color: 11925670.
HSL color Cylindrical-coordinate representation of color #A6F8B5: hue angle of 130.98º degrees, saturation: 0.85, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F8B5 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 248 | 181 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.03 |
| HSL | 130.98º | 0.85% | 0.81% | - |
| HSV(B) | 130.98º | 0.33% | 0.97% | - |
| XYZ | 57.63 | 78.58 | 55.85 | - |
| YUV | 215.84 | 108.33 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 248 | 181 | 0.33 | 0 | 0.27 | 0.03 | 130.98 | 0.85 | 0.81 |
| Hex | A6 | F8 | B5 | 21 | 0 | 1B | 3 | 83 | 55 | 51 |
| Octal | 246 | 370 | 265 | 41 | 0 | 33 | 3 | 203 | 125 | 121 |
| Binary | 10100110 | 11111000 | 10110101 | 100001 | 0 | 11011 | 11 | 10000011 | 1010101 | 1010001 |
Color Harmonies of #A6F8B5
Complementary color
Monochromatic Colors of #A6F8B5
Black with #A6F8B5
Text Example
Text Example
White with #A6F8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F8B5; }
p { color: rgb(166,248,181); }
H1.HeaderClassName
{
color: #A6F8B5;
}
.AnyTagClassName
{
color: #A6F8B5;
}
</style>
background-color css
<style>
a { background-color: #A6F8B5; }
a { background-color: rgb(166,248,181); }
div.DivClassName
{
background-color: #A6F8B5;
}
.BgClassName
{
background-color: #A6F8B5;
}
</style>
border-color css
<style>
span { border-color: #A6F8B5; }
span { border-color: rgb(166,248,181); }
td.TdClassName
{
border-color: #A6F8B5;
}
.TagClassName
{
border-color: #A6F8B5;
}
</style>