Shades of Celadon #AEECB0
Tints of Celadon #AEECB0
RGB
CMYK
RGB Variations
Color information
#AEECB0 (or 0xAEECB0) is known color: Celadon. HEX triplet: AE, EC and B0. RGB value is (174,236,176). Sum of RGB (Red+Green+Blue) = 174+236+176=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEECB0 is #51134F. Grayscale: #D2D2D2. Windows color (decimal): -5313360 or 11594926. OLE color: 11594926.
HSL color Cylindrical-coordinate representation of color #AEECB0: hue angle of 121.94º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEECB0 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 176 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.07 |
| HSL | 121.94º | 0.62% | 0.8% | - |
| HSV(B) | 121.94º | 0.26% | 0.93% | - |
| XYZ | 55.29 | 72.12 | 52.08 | - |
| YUV | 210.62 | 108.46 | 101.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 176 | 0.26 | 0 | 0.25 | 0.07 | 121.94 | 0.62 | 0.8 |
| Hex | AE | EC | B0 | 1A | 0 | 19 | 7 | 7A | 3E | 50 |
| Octal | 256 | 354 | 260 | 32 | 0 | 31 | 7 | 172 | 76 | 120 |
| Binary | 10101110 | 11101100 | 10110000 | 11010 | 0 | 11001 | 111 | 1111010 | 111110 | 1010000 |
Color Harmonies of #AEECB0
Complementary color
Monochromatic Colors of #AEECB0
Black with #AEECB0
Text Example
Text Example
White with #AEECB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECB0; }
p { color: rgb(174,236,176); }
H1.HeaderClassName
{
color: #AEECB0;
}
.AnyTagClassName
{
color: #AEECB0;
}
</style>
background-color css
<style>
a { background-color: #AEECB0; }
a { background-color: rgb(174,236,176); }
div.DivClassName
{
background-color: #AEECB0;
}
.BgClassName
{
background-color: #AEECB0;
}
</style>
border-color css
<style>
span { border-color: #AEECB0; }
span { border-color: rgb(174,236,176); }
td.TdClassName
{
border-color: #AEECB0;
}
.TagClassName
{
border-color: #AEECB0;
}
</style>