Shades of Celadon #A6EFB0
Tints of Celadon #A6EFB0
RGB
CMYK
RGB Variations
Color information
#A6EFB0 (or 0xA6EFB0) is known color: Celadon. HEX triplet: A6, EF and B0. RGB value is (166,239,176). Sum of RGB (Red+Green+Blue) = 166+239+176=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 176 (69.14% from 255 or 30.29% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #A6EFB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EFB0 is #59104F. Grayscale: #D2D2D2. Windows color (decimal): -5836880 or 11595686. OLE color: 11595686.
HSL color Cylindrical-coordinate representation of color #A6EFB0: hue angle of 128.22º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EFB0 is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 239 | 176 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.06 |
| HSL | 128.22º | 0.7% | 0.79% | - |
| HSV(B) | 128.22º | 0.31% | 0.94% | - |
| XYZ | 54.43 | 72.97 | 52.29 | - |
| YUV | 209.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 239 | 176 | 0.31 | 0 | 0.26 | 0.06 | 128.22 | 0.7 | 0.79 |
| Hex | A6 | EF | B0 | 1F | 0 | 1A | 6 | 80 | 46 | 4F |
| Octal | 246 | 357 | 260 | 37 | 0 | 32 | 6 | 200 | 106 | 117 |
| Binary | 10100110 | 11101111 | 10110000 | 11111 | 0 | 11010 | 110 | 10000000 | 1000110 | 1001111 |
Color Harmonies of #A6EFB0
Complementary color
Monochromatic Colors of #A6EFB0
Black with #A6EFB0
Text Example
Text Example
White with #A6EFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EFB0; }
p { color: rgb(166,239,176); }
H1.HeaderClassName
{
color: #A6EFB0;
}
.AnyTagClassName
{
color: #A6EFB0;
}
</style>
background-color css
<style>
a { background-color: #A6EFB0; }
a { background-color: rgb(166,239,176); }
div.DivClassName
{
background-color: #A6EFB0;
}
.BgClassName
{
background-color: #A6EFB0;
}
</style>
border-color css
<style>
span { border-color: #A6EFB0; }
span { border-color: rgb(166,239,176); }
td.TdClassName
{
border-color: #A6EFB0;
}
.TagClassName
{
border-color: #A6EFB0;
}
</style>