Shades of Celadon #AEDBB1
Tints of Celadon #AEDBB1
RGB
CMYK
RGB Variations
Color information
#AEDBB1 (or 0xAEDBB1) is known color: Celadon. HEX triplet: AE, DB and B1. RGB value is (174,219,177). Sum of RGB (Red+Green+Blue) = 174+219+177=570 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.53% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 177 (69.53% from 255 or 31.05% from 570); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEDBB1 is #51244E. Grayscale: #C8C8C8. Windows color (decimal): -5317711 or 11656110. OLE color: 11656110.
HSL color Cylindrical-coordinate representation of color #AEDBB1: hue angle of 124º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDBB1 is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 177 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.14 |
| HSL | 124º | 0.38% | 0.77% | - |
| HSV(B) | 124º | 0.21% | 0.86% | - |
| XYZ | 50.72 | 62.84 | 51.05 | - |
| YUV | 200.76 | 114.59 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 177 | 0.21 | 0 | 0.19 | 0.14 | 124 | 0.38 | 0.77 |
| Hex | AE | DB | B1 | 15 | 0 | 13 | E | 7C | 26 | 4D |
| Octal | 256 | 333 | 261 | 25 | 0 | 23 | 16 | 174 | 46 | 115 |
| Binary | 10101110 | 11011011 | 10110001 | 10101 | 0 | 10011 | 1110 | 1111100 | 100110 | 1001101 |
Color Harmonies of #AEDBB1
Complementary color
Monochromatic Colors of #AEDBB1
Black with #AEDBB1
Text Example
Text Example
White with #AEDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBB1; }
p { color: rgb(174,219,177); }
H1.HeaderClassName
{
color: #AEDBB1;
}
.AnyTagClassName
{
color: #AEDBB1;
}
</style>
background-color css
<style>
a { background-color: #AEDBB1; }
a { background-color: rgb(174,219,177); }
div.DivClassName
{
background-color: #AEDBB1;
}
.BgClassName
{
background-color: #AEDBB1;
}
</style>
border-color css
<style>
span { border-color: #AEDBB1; }
span { border-color: rgb(174,219,177); }
td.TdClassName
{
border-color: #AEDBB1;
}
.TagClassName
{
border-color: #AEDBB1;
}
</style>