Shades of Celadon #A6E6B1
Tints of Celadon #A6E6B1
RGB
CMYK
RGB Variations
Color information
#A6E6B1 (or 0xA6E6B1) is known color: Celadon. HEX triplet: A6, E6 and B1. RGB value is (166,230,177). Sum of RGB (Red+Green+Blue) = 166+230+177=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 177 (69.53% from 255 or 30.89% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6B1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E6B1 is #59194E. Grayscale: #CCCCCC. Windows color (decimal): -5839183 or 11658918. OLE color: 11658918.
HSL color Cylindrical-coordinate representation of color #A6E6B1: hue angle of 130.31º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E6B1 is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 230 | 177 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.10 |
| HSL | 130.31º | 0.56% | 0.78% | - |
| HSV(B) | 130.31º | 0.28% | 0.9% | - |
| XYZ | 51.96 | 67.87 | 51.96 | - |
| YUV | 204.82 | 112.3 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 230 | 177 | 0.28 | 0 | 0.23 | 0.10 | 130.31 | 0.56 | 0.78 |
| Hex | A6 | E6 | B1 | 1C | 0 | 17 | A | 82 | 38 | 4E |
| Octal | 246 | 346 | 261 | 34 | 0 | 27 | 12 | 202 | 70 | 116 |
| Binary | 10100110 | 11100110 | 10110001 | 11100 | 0 | 10111 | 1010 | 10000010 | 111000 | 1001110 |
Color Harmonies of #A6E6B1
Complementary color
Monochromatic Colors of #A6E6B1
Black with #A6E6B1
Text Example
Text Example
White with #A6E6B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E6B1; }
p { color: rgb(166,230,177); }
H1.HeaderClassName
{
color: #A6E6B1;
}
.AnyTagClassName
{
color: #A6E6B1;
}
</style>
background-color css
<style>
a { background-color: #A6E6B1; }
a { background-color: rgb(166,230,177); }
div.DivClassName
{
background-color: #A6E6B1;
}
.BgClassName
{
background-color: #A6E6B1;
}
</style>
border-color css
<style>
span { border-color: #A6E6B1; }
span { border-color: rgb(166,230,177); }
td.TdClassName
{
border-color: #A6E6B1;
}
.TagClassName
{
border-color: #A6E6B1;
}
</style>