Shades of Celadon #A6F7B1
Tints of Celadon #A6F7B1
RGB
CMYK
RGB Variations
Color information
#A6F7B1 (or 0xA6F7B1) is known color: Celadon. HEX triplet: A6, F7 and B1. RGB value is (166,247,177). Sum of RGB (Red+Green+Blue) = 166+247+177=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #A6F7B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F7B1 is #59084E. Grayscale: #D6D6D6. Windows color (decimal): -5834831 or 11663270. OLE color: 11663270.
HSL color Cylindrical-coordinate representation of color #A6F7B1: hue angle of 128.15º degrees, saturation: 0.84, 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 #A6F7B1 is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 166 | 247 | 177 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.03 |
| HSL | 128.15º | 0.84% | 0.81% | - |
| HSV(B) | 128.15º | 0.33% | 0.97% | - |
| XYZ | 56.92 | 77.8 | 53.61 | - |
| YUV | 214.8 | 106.66 | 93.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 247 | 177 | 0.33 | 0 | 0.28 | 0.03 | 128.15 | 0.84 | 0.81 |
| Hex | A6 | F7 | B1 | 21 | 0 | 1C | 3 | 80 | 54 | 51 |
| Octal | 246 | 367 | 261 | 41 | 0 | 34 | 3 | 200 | 124 | 121 |
| Binary | 10100110 | 11110111 | 10110001 | 100001 | 0 | 11100 | 11 | 10000000 | 1010100 | 1010001 |
Color Harmonies of #A6F7B1
Complementary color
Monochromatic Colors of #A6F7B1
Black with #A6F7B1
Text Example
Text Example
White with #A6F7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F7B1; }
p { color: rgb(166,247,177); }
H1.HeaderClassName
{
color: #A6F7B1;
}
.AnyTagClassName
{
color: #A6F7B1;
}
</style>
background-color css
<style>
a { background-color: #A6F7B1; }
a { background-color: rgb(166,247,177); }
div.DivClassName
{
background-color: #A6F7B1;
}
.BgClassName
{
background-color: #A6F7B1;
}
</style>
border-color css
<style>
span { border-color: #A6F7B1; }
span { border-color: rgb(166,247,177); }
td.TdClassName
{
border-color: #A6F7B1;
}
.TagClassName
{
border-color: #A6F7B1;
}
</style>