Shades of Celadon #AED9B1
Tints of Celadon #AED9B1
RGB
CMYK
RGB Variations
Color information
#AED9B1 (or 0xAED9B1) is known color: Celadon. HEX triplet: AE, D9 and B1. RGB value is (174,217,177). Sum of RGB (Red+Green+Blue) = 174+217+177=568 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.63% from 568); Green value is 217 (85.16% from 255 or 38.20% from 568); Blue value is 177 (69.53% from 255 or 31.16% from 568); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AED9B1 is #51264E. Grayscale: #C7C7C7. Windows color (decimal): -5318223 or 11655598. OLE color: 11655598.
HSL color Cylindrical-coordinate representation of color #AED9B1: hue angle of 124.19º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9B1 is Cyan = 0.20, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 217 | 177 | - |
| CMYK | 0.20 | 0 | 0.18 | 0.15 |
| HSL | 124.19º | 0.36% | 0.77% | - |
| HSV(B) | 124.19º | 0.2% | 0.85% | - |
| XYZ | 50.2 | 61.8 | 50.88 | - |
| YUV | 199.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 217 | 177 | 0.20 | 0 | 0.18 | 0.15 | 124.19 | 0.36 | 0.77 |
| Hex | AE | D9 | B1 | 14 | 0 | 12 | F | 7C | 24 | 4D |
| Octal | 256 | 331 | 261 | 24 | 0 | 22 | 17 | 174 | 44 | 115 |
| Binary | 10101110 | 11011001 | 10110001 | 10100 | 0 | 10010 | 1111 | 1111100 | 100100 | 1001101 |
Color Harmonies of #AED9B1
Complementary color
Monochromatic Colors of #AED9B1
Black with #AED9B1
Text Example
Text Example
White with #AED9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED9B1; }
p { color: rgb(174,217,177); }
H1.HeaderClassName
{
color: #AED9B1;
}
.AnyTagClassName
{
color: #AED9B1;
}
</style>
background-color css
<style>
a { background-color: #AED9B1; }
a { background-color: rgb(174,217,177); }
div.DivClassName
{
background-color: #AED9B1;
}
.BgClassName
{
background-color: #AED9B1;
}
</style>
border-color css
<style>
span { border-color: #AED9B1; }
span { border-color: rgb(174,217,177); }
td.TdClassName
{
border-color: #AED9B1;
}
.TagClassName
{
border-color: #AED9B1;
}
</style>