Shades of Celadon #AEECAE
Tints of Celadon #AEECAE
RGB
CMYK
RGB Variations
Color information
#AEECAE (or 0xAEECAE) is known color: Celadon. HEX triplet: AE, EC and AE. RGB value is (174,236,174). Sum of RGB (Red+Green+Blue) = 174+236+174=584 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.79% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEECAE is #511351. Grayscale: #D2D2D2. Windows color (decimal): -5313362 or 11463854. OLE color: 11463854.
HSL color Cylindrical-coordinate representation of color #AEECAE: hue angle of 120º 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 #AEECAE is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 174 | - |
| CMYK | 0.26 | 0 | 0.26 | 0.07 |
| HSL | 120º | 0.62% | 0.8% | - |
| HSV(B) | 120º | 0.26% | 0.93% | - |
| XYZ | 55.09 | 72.05 | 51.05 | - |
| YUV | 210.39 | 107.46 | 102.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 174 | 0.26 | 0 | 0.26 | 0.07 | 120 | 0.62 | 0.8 |
| Hex | AE | EC | AE | 1A | 0 | 1A | 7 | 78 | 3E | 50 |
| Octal | 256 | 354 | 256 | 32 | 0 | 32 | 7 | 170 | 76 | 120 |
| Binary | 10101110 | 11101100 | 10101110 | 11010 | 0 | 11010 | 111 | 1111000 | 111110 | 1010000 |
Color Harmonies of #AEECAE
Complementary color
Monochromatic Colors of #AEECAE
Black with #AEECAE
Text Example
Text Example
White with #AEECAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECAE; }
p { color: rgb(174,236,174); }
H1.HeaderClassName
{
color: #AEECAE;
}
.AnyTagClassName
{
color: #AEECAE;
}
</style>
background-color css
<style>
a { background-color: #AEECAE; }
a { background-color: rgb(174,236,174); }
div.DivClassName
{
background-color: #AEECAE;
}
.BgClassName
{
background-color: #AEECAE;
}
</style>
border-color css
<style>
span { border-color: #AEECAE; }
span { border-color: rgb(174,236,174); }
td.TdClassName
{
border-color: #AEECAE;
}
.TagClassName
{
border-color: #AEECAE;
}
</style>