Shades of Celadon #AEDBB4
Tints of Celadon #AEDBB4
RGB
CMYK
RGB Variations
Color information
#AEDBB4 (or 0xAEDBB4) is known color: Celadon. HEX triplet: AE, DB and B4. RGB value is (174,219,180). Sum of RGB (Red+Green+Blue) = 174+219+180=573 (75% of max value = 765). Red value is 174 (68.36% from 255 or 30.37% from 573); Green value is 219 (85.94% from 255 or 38.22% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDBB4 is #51244B. Grayscale: #C9C9C9. Windows color (decimal): -5317708 or 11852718. OLE color: 11852718.
HSL color Cylindrical-coordinate representation of color #AEDBB4: hue angle of 128º 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 #AEDBB4 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 180 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.14 |
| HSL | 128º | 0.38% | 0.77% | - |
| HSV(B) | 128º | 0.21% | 0.86% | - |
| XYZ | 51.03 | 62.96 | 52.64 | - |
| YUV | 201.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 180 | 0.21 | 0 | 0.18 | 0.14 | 128 | 0.38 | 0.77 |
| Hex | AE | DB | B4 | 15 | 0 | 12 | E | 80 | 26 | 4D |
| Octal | 256 | 333 | 264 | 25 | 0 | 22 | 16 | 200 | 46 | 115 |
| Binary | 10101110 | 11011011 | 10110100 | 10101 | 0 | 10010 | 1110 | 10000000 | 100110 | 1001101 |
Color Harmonies of #AEDBB4
Complementary color
Monochromatic Colors of #AEDBB4
Black with #AEDBB4
Text Example
Text Example
White with #AEDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDBB4; }
p { color: rgb(174,219,180); }
H1.HeaderClassName
{
color: #AEDBB4;
}
.AnyTagClassName
{
color: #AEDBB4;
}
</style>
background-color css
<style>
a { background-color: #AEDBB4; }
a { background-color: rgb(174,219,180); }
div.DivClassName
{
background-color: #AEDBB4;
}
.BgClassName
{
background-color: #AEDBB4;
}
</style>
border-color css
<style>
span { border-color: #AEDBB4; }
span { border-color: rgb(174,219,180); }
td.TdClassName
{
border-color: #AEDBB4;
}
.TagClassName
{
border-color: #AEDBB4;
}
</style>