Shades of Celadon #A6DBAE
Tints of Celadon #A6DBAE
RGB
CMYK
RGB Variations
Color information
#A6DBAE (or 0xA6DBAE) is known color: Celadon. HEX triplet: A6, DB and AE. RGB value is (166,219,174). Sum of RGB (Red+Green+Blue) = 166+219+174=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 219 (85.94% from 255 or 39.18% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DBAE is #592451. Grayscale: #C6C6C6. Windows color (decimal): -5842002 or 11459494. OLE color: 11459494.
HSL color Cylindrical-coordinate representation of color #A6DBAE: hue angle of 129.06º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A6DBAE is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 219 | 174 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.14 |
| HSL | 129.06º | 0.42% | 0.75% | - |
| HSV(B) | 129.06º | 0.24% | 0.86% | - |
| XYZ | 48.7 | 61.83 | 49.41 | - |
| YUV | 198.02 | 114.44 | 105.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 219 | 174 | 0.24 | 0 | 0.21 | 0.14 | 129.06 | 0.42 | 0.75 |
| Hex | A6 | DB | AE | 18 | 0 | 15 | E | 81 | 2A | 4B |
| Octal | 246 | 333 | 256 | 30 | 0 | 25 | 16 | 201 | 52 | 113 |
| Binary | 10100110 | 11011011 | 10101110 | 11000 | 0 | 10101 | 1110 | 10000001 | 101010 | 1001011 |
Color Harmonies of #A6DBAE
Complementary color
Monochromatic Colors of #A6DBAE
Black with #A6DBAE
Text Example
Text Example
White with #A6DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DBAE; }
p { color: rgb(166,219,174); }
H1.HeaderClassName
{
color: #A6DBAE;
}
.AnyTagClassName
{
color: #A6DBAE;
}
</style>
background-color css
<style>
a { background-color: #A6DBAE; }
a { background-color: rgb(166,219,174); }
div.DivClassName
{
background-color: #A6DBAE;
}
.BgClassName
{
background-color: #A6DBAE;
}
</style>
border-color css
<style>
span { border-color: #A6DBAE; }
span { border-color: rgb(166,219,174); }
td.TdClassName
{
border-color: #A6DBAE;
}
.TagClassName
{
border-color: #A6DBAE;
}
</style>