Shades of Celadon #AEEDB1
Tints of Celadon #AEEDB1
RGB
CMYK
RGB Variations
Color information
#AEEDB1 (or 0xAEEDB1) is known color: Celadon. HEX triplet: AE, ED and B1. RGB value is (174,237,177). Sum of RGB (Red+Green+Blue) = 174+237+177=588 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.59% from 588); Green value is 237 (92.97% from 255 or 40.31% from 588); Blue value is 177 (69.53% from 255 or 30.10% from 588); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDB1 is #51124E. Grayscale: #D3D3D3. Windows color (decimal): -5313103 or 11660718. OLE color: 11660718.
HSL color Cylindrical-coordinate representation of color #AEEDB1: hue angle of 122.86º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDB1 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 177 | - |
| CMYK | 0.27 | 0 | 0.25 | 0.07 |
| HSL | 122.86º | 0.64% | 0.81% | - |
| HSV(B) | 122.86º | 0.27% | 0.93% | - |
| XYZ | 55.68 | 72.74 | 52.7 | - |
| YUV | 211.32 | 108.63 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 177 | 0.27 | 0 | 0.25 | 0.07 | 122.86 | 0.64 | 0.81 |
| Hex | AE | ED | B1 | 1B | 0 | 19 | 7 | 7B | 40 | 51 |
| Octal | 256 | 355 | 261 | 33 | 0 | 31 | 7 | 173 | 100 | 121 |
| Binary | 10101110 | 11101101 | 10110001 | 11011 | 0 | 11001 | 111 | 1111011 | 1000000 | 1010001 |
Color Harmonies of #AEEDB1
Complementary color
Monochromatic Colors of #AEEDB1
Black with #AEEDB1
Text Example
Text Example
White with #AEEDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDB1; }
p { color: rgb(174,237,177); }
H1.HeaderClassName
{
color: #AEEDB1;
}
.AnyTagClassName
{
color: #AEEDB1;
}
</style>
background-color css
<style>
a { background-color: #AEEDB1; }
a { background-color: rgb(174,237,177); }
div.DivClassName
{
background-color: #AEEDB1;
}
.BgClassName
{
background-color: #AEEDB1;
}
</style>
border-color css
<style>
span { border-color: #AEEDB1; }
span { border-color: rgb(174,237,177); }
td.TdClassName
{
border-color: #AEEDB1;
}
.TagClassName
{
border-color: #AEEDB1;
}
</style>