Shades of Celadon #A6E3AF
Tints of Celadon #A6E3AF
RGB
CMYK
RGB Variations
Color information
#A6E3AF (or 0xA6E3AF) is known color: Celadon. HEX triplet: A6, E3 and AF. RGB value is (166,227,175). Sum of RGB (Red+Green+Blue) = 166+227+175=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 227 (89.06% from 255 or 39.96% from 568); Blue value is 175 (68.75% from 255 or 30.81% from 568); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E3AF is #591C50. Grayscale: #CACACA. Windows color (decimal): -5839953 or 11527078. OLE color: 11527078.
HSL color Cylindrical-coordinate representation of color #A6E3AF: hue angle of 128.85º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3AF is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 227 | 175 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.11 |
| HSL | 128.85º | 0.52% | 0.77% | - |
| HSV(B) | 128.85º | 0.27% | 0.89% | - |
| XYZ | 50.93 | 66.14 | 50.64 | - |
| YUV | 202.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 227 | 175 | 0.27 | 0 | 0.23 | 0.11 | 128.85 | 0.52 | 0.77 |
| Hex | A6 | E3 | AF | 1B | 0 | 17 | B | 81 | 34 | 4D |
| Octal | 246 | 343 | 257 | 33 | 0 | 27 | 13 | 201 | 64 | 115 |
| Binary | 10100110 | 11100011 | 10101111 | 11011 | 0 | 10111 | 1011 | 10000001 | 110100 | 1001101 |
Color Harmonies of #A6E3AF
Complementary color
Monochromatic Colors of #A6E3AF
Black with #A6E3AF
Text Example
Text Example
White with #A6E3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E3AF; }
p { color: rgb(166,227,175); }
H1.HeaderClassName
{
color: #A6E3AF;
}
.AnyTagClassName
{
color: #A6E3AF;
}
</style>
background-color css
<style>
a { background-color: #A6E3AF; }
a { background-color: rgb(166,227,175); }
div.DivClassName
{
background-color: #A6E3AF;
}
.BgClassName
{
background-color: #A6E3AF;
}
</style>
border-color css
<style>
span { border-color: #A6E3AF; }
span { border-color: rgb(166,227,175); }
td.TdClassName
{
border-color: #A6E3AF;
}
.TagClassName
{
border-color: #A6E3AF;
}
</style>