Shades of Celadon #A6EBB4
Tints of Celadon #A6EBB4
RGB
CMYK
RGB Variations
Color information
#A6EBB4 (or 0xA6EBB4) is known color: Celadon. HEX triplet: A6, EB and B4. RGB value is (166,235,180). Sum of RGB (Red+Green+Blue) = 166+235+180=581 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.57% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6EBB4 is #59144B. Grayscale: #D0D0D0. Windows color (decimal): -5837900 or 11856806. OLE color: 11856806.
HSL color Cylindrical-coordinate representation of color #A6EBB4: hue angle of 132.17º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBB4 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 235 | 180 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.08 |
| HSL | 132.17º | 0.63% | 0.79% | - |
| HSV(B) | 132.17º | 0.29% | 0.92% | - |
| XYZ | 53.67 | 70.82 | 54.02 | - |
| YUV | 208.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 235 | 180 | 0.29 | 0 | 0.23 | 0.08 | 132.17 | 0.63 | 0.79 |
| Hex | A6 | EB | B4 | 1D | 0 | 17 | 8 | 84 | 3F | 4F |
| Octal | 246 | 353 | 264 | 35 | 0 | 27 | 10 | 204 | 77 | 117 |
| Binary | 10100110 | 11101011 | 10110100 | 11101 | 0 | 10111 | 1000 | 10000100 | 111111 | 1001111 |
Color Harmonies of #A6EBB4
Complementary color
Monochromatic Colors of #A6EBB4
Black with #A6EBB4
Text Example
Text Example
White with #A6EBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EBB4; }
p { color: rgb(166,235,180); }
H1.HeaderClassName
{
color: #A6EBB4;
}
.AnyTagClassName
{
color: #A6EBB4;
}
</style>
background-color css
<style>
a { background-color: #A6EBB4; }
a { background-color: rgb(166,235,180); }
div.DivClassName
{
background-color: #A6EBB4;
}
.BgClassName
{
background-color: #A6EBB4;
}
</style>
border-color css
<style>
span { border-color: #A6EBB4; }
span { border-color: rgb(166,235,180); }
td.TdClassName
{
border-color: #A6EBB4;
}
.TagClassName
{
border-color: #A6EBB4;
}
</style>