Shades of Celadon #AEE5B5
Tints of Celadon #AEE5B5
RGB
CMYK
RGB Variations
Color information
#AEE5B5 (or 0xAEE5B5) is known color: Celadon. HEX triplet: AE, E5 and B5. RGB value is (174,229,181). Sum of RGB (Red+Green+Blue) = 174+229+181=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 181 (71.09% from 255 or 30.99% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #AEE5B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEE5B5 is #511A4A. Grayscale: #CFCFCF. Windows color (decimal): -5315147 or 11920814. OLE color: 11920814.
HSL color Cylindrical-coordinate representation of color #AEE5B5: hue angle of 127.64º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AEE5B5 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 174 | 229 | 181 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.10 |
| HSL | 127.64º | 0.51% | 0.79% | - |
| HSV(B) | 127.64º | 0.24% | 0.9% | - |
| XYZ | 53.82 | 68.37 | 54.08 | - |
| YUV | 207.08 | 113.28 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 229 | 181 | 0.24 | 0 | 0.21 | 0.10 | 127.64 | 0.51 | 0.79 |
| Hex | AE | E5 | B5 | 18 | 0 | 15 | A | 80 | 33 | 4F |
| Octal | 256 | 345 | 265 | 30 | 0 | 25 | 12 | 200 | 63 | 117 |
| Binary | 10101110 | 11100101 | 10110101 | 11000 | 0 | 10101 | 1010 | 10000000 | 110011 | 1001111 |
Color Harmonies of #AEE5B5
Complementary color
Monochromatic Colors of #AEE5B5
Black with #AEE5B5
Text Example
Text Example
White with #AEE5B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE5B5; }
p { color: rgb(174,229,181); }
H1.HeaderClassName
{
color: #AEE5B5;
}
.AnyTagClassName
{
color: #AEE5B5;
}
</style>
background-color css
<style>
a { background-color: #AEE5B5; }
a { background-color: rgb(174,229,181); }
div.DivClassName
{
background-color: #AEE5B5;
}
.BgClassName
{
background-color: #AEE5B5;
}
</style>
border-color css
<style>
span { border-color: #AEE5B5; }
span { border-color: rgb(174,229,181); }
td.TdClassName
{
border-color: #AEE5B5;
}
.TagClassName
{
border-color: #AEE5B5;
}
</style>