Shades of Celadon #A6E0B0
Tints of Celadon #A6E0B0
RGB
CMYK
RGB Variations
Color information
#A6E0B0 (or 0xA6E0B0) is known color: Celadon. HEX triplet: A6, E0 and B0. RGB value is (166,224,176). Sum of RGB (Red+Green+Blue) = 166+224+176=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 224 (87.89% from 255 or 39.58% from 566); Blue value is 176 (69.14% from 255 or 31.10% from 566); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0B0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E0B0 is #591F4F. Grayscale: #C9C9C9. Windows color (decimal): -5840720 or 11591846. OLE color: 11591846.
HSL color Cylindrical-coordinate representation of color #A6E0B0: hue angle of 130.34º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0B0 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 176 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.12 |
| HSL | 130.34º | 0.48% | 0.76% | - |
| HSV(B) | 130.34º | 0.26% | 0.88% | - |
| XYZ | 50.22 | 64.55 | 50.89 | - |
| YUV | 201.19 | 113.78 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 176 | 0.26 | 0 | 0.21 | 0.12 | 130.34 | 0.48 | 0.76 |
| Hex | A6 | E0 | B0 | 1A | 0 | 15 | C | 82 | 30 | 4C |
| Octal | 246 | 340 | 260 | 32 | 0 | 25 | 14 | 202 | 60 | 114 |
| Binary | 10100110 | 11100000 | 10110000 | 11010 | 0 | 10101 | 1100 | 10000010 | 110000 | 1001100 |
Color Harmonies of #A6E0B0
Complementary color
Monochromatic Colors of #A6E0B0
Black with #A6E0B0
Text Example
Text Example
White with #A6E0B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0B0; }
p { color: rgb(166,224,176); }
H1.HeaderClassName
{
color: #A6E0B0;
}
.AnyTagClassName
{
color: #A6E0B0;
}
</style>
background-color css
<style>
a { background-color: #A6E0B0; }
a { background-color: rgb(166,224,176); }
div.DivClassName
{
background-color: #A6E0B0;
}
.BgClassName
{
background-color: #A6E0B0;
}
</style>
border-color css
<style>
span { border-color: #A6E0B0; }
span { border-color: rgb(166,224,176); }
td.TdClassName
{
border-color: #A6E0B0;
}
.TagClassName
{
border-color: #A6E0B0;
}
</style>