Shades of Celadon #AED6B2
Tints of Celadon #AED6B2
RGB
CMYK
RGB Variations
Color information
#AED6B2 (or 0xAED6B2) is known color: Celadon. HEX triplet: AE, D6 and B2. RGB value is (174,214,178). Sum of RGB (Red+Green+Blue) = 174+214+178=566 (74% of max value = 765). Red value is 174 (68.36% from 255 or 30.74% from 566); Green value is 214 (83.98% from 255 or 37.81% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED6B2 is #51294D. Grayscale: #C6C6C6. Windows color (decimal): -5318990 or 11720366. OLE color: 11720366.
HSL color Cylindrical-coordinate representation of color #AED6B2: hue angle of 126º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6B2 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 174 | 214 | 178 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.16 |
| HSL | 126º | 0.33% | 0.76% | - |
| HSV(B) | 126º | 0.19% | 0.84% | - |
| XYZ | 49.54 | 60.31 | 51.15 | - |
| YUV | 197.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 214 | 178 | 0.19 | 0 | 0.17 | 0.16 | 126 | 0.33 | 0.76 |
| Hex | AE | D6 | B2 | 13 | 0 | 11 | 10 | 7E | 21 | 4C |
| Octal | 256 | 326 | 262 | 23 | 0 | 21 | 20 | 176 | 41 | 114 |
| Binary | 10101110 | 11010110 | 10110010 | 10011 | 0 | 10001 | 10000 | 1111110 | 100001 | 1001100 |
Color Harmonies of #AED6B2
Complementary color
Monochromatic Colors of #AED6B2
Black with #AED6B2
Text Example
Text Example
White with #AED6B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED6B2; }
p { color: rgb(174,214,178); }
H1.HeaderClassName
{
color: #AED6B2;
}
.AnyTagClassName
{
color: #AED6B2;
}
</style>
background-color css
<style>
a { background-color: #AED6B2; }
a { background-color: rgb(174,214,178); }
div.DivClassName
{
background-color: #AED6B2;
}
.BgClassName
{
background-color: #AED6B2;
}
</style>
border-color css
<style>
span { border-color: #AED6B2; }
span { border-color: rgb(174,214,178); }
td.TdClassName
{
border-color: #AED6B2;
}
.TagClassName
{
border-color: #AED6B2;
}
</style>