Shades of Celadon #A6EAB0
Tints of Celadon #A6EAB0
RGB
CMYK
RGB Variations
Color information
#A6EAB0 (or 0xA6EAB0) is known color: Celadon. HEX triplet: A6, EA and B0. RGB value is (166,234,176). Sum of RGB (Red+Green+Blue) = 166+234+176=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 176 (69.14% from 255 or 30.56% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #A6EAB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EAB0 is #59154F. Grayscale: #CFCFCF. Windows color (decimal): -5838160 or 11594406. OLE color: 11594406.
HSL color Cylindrical-coordinate representation of color #A6EAB0: hue angle of 128.82º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EAB0 is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 234 | 176 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.08 |
| HSL | 128.82º | 0.62% | 0.78% | - |
| HSV(B) | 128.82º | 0.29% | 0.92% | - |
| XYZ | 52.99 | 70.09 | 51.81 | - |
| YUV | 207.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 234 | 176 | 0.29 | 0 | 0.25 | 0.08 | 128.82 | 0.62 | 0.78 |
| Hex | A6 | EA | B0 | 1D | 0 | 19 | 8 | 81 | 3E | 4E |
| Octal | 246 | 352 | 260 | 35 | 0 | 31 | 10 | 201 | 76 | 116 |
| Binary | 10100110 | 11101010 | 10110000 | 11101 | 0 | 11001 | 1000 | 10000001 | 111110 | 1001110 |
Color Harmonies of #A6EAB0
Complementary color
Monochromatic Colors of #A6EAB0
Black with #A6EAB0
Text Example
Text Example
White with #A6EAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EAB0; }
p { color: rgb(166,234,176); }
H1.HeaderClassName
{
color: #A6EAB0;
}
.AnyTagClassName
{
color: #A6EAB0;
}
</style>
background-color css
<style>
a { background-color: #A6EAB0; }
a { background-color: rgb(166,234,176); }
div.DivClassName
{
background-color: #A6EAB0;
}
.BgClassName
{
background-color: #A6EAB0;
}
</style>
border-color css
<style>
span { border-color: #A6EAB0; }
span { border-color: rgb(166,234,176); }
td.TdClassName
{
border-color: #A6EAB0;
}
.TagClassName
{
border-color: #A6EAB0;
}
</style>