Shades of Celadon #A6DEAE
Tints of Celadon #A6DEAE
RGB
CMYK
RGB Variations
Color information
#A6DEAE (or 0xA6DEAE) is known color: Celadon. HEX triplet: A6, DE and AE. RGB value is (166,222,174). Sum of RGB (Red+Green+Blue) = 166+222+174=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 222 (87.11% from 255 or 39.50% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DEAE is #592151. Grayscale: #C7C7C7. Windows color (decimal): -5841234 or 11460262. OLE color: 11460262.
HSL color Cylindrical-coordinate representation of color #A6DEAE: hue angle of 128.57º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DEAE is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 222 | 174 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.13 |
| HSL | 128.57º | 0.46% | 0.76% | - |
| HSV(B) | 128.57º | 0.25% | 0.87% | - |
| XYZ | 49.49 | 63.41 | 49.67 | - |
| YUV | 199.78 | 113.45 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 222 | 174 | 0.25 | 0 | 0.22 | 0.13 | 128.57 | 0.46 | 0.76 |
| Hex | A6 | DE | AE | 19 | 0 | 16 | D | 81 | 2E | 4C |
| Octal | 246 | 336 | 256 | 31 | 0 | 26 | 15 | 201 | 56 | 114 |
| Binary | 10100110 | 11011110 | 10101110 | 11001 | 0 | 10110 | 1101 | 10000001 | 101110 | 1001100 |
Color Harmonies of #A6DEAE
Complementary color
Monochromatic Colors of #A6DEAE
Black with #A6DEAE
Text Example
Text Example
White with #A6DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DEAE; }
p { color: rgb(166,222,174); }
H1.HeaderClassName
{
color: #A6DEAE;
}
.AnyTagClassName
{
color: #A6DEAE;
}
</style>
background-color css
<style>
a { background-color: #A6DEAE; }
a { background-color: rgb(166,222,174); }
div.DivClassName
{
background-color: #A6DEAE;
}
.BgClassName
{
background-color: #A6DEAE;
}
</style>
border-color css
<style>
span { border-color: #A6DEAE; }
span { border-color: rgb(166,222,174); }
td.TdClassName
{
border-color: #A6DEAE;
}
.TagClassName
{
border-color: #A6DEAE;
}
</style>