Shades of Celadon #AEECB1
Tints of Celadon #AEECB1
RGB
CMYK
RGB Variations
Color information
#AEECB1 (or 0xAEECB1) is known color: Celadon. HEX triplet: AE, EC and B1. RGB value is (174,236,177). Sum of RGB (Red+Green+Blue) = 174+236+177=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 236 (92.58% from 255 or 40.20% from 587); Blue value is 177 (69.53% from 255 or 30.15% from 587); Max value from RGB is 236 - color contains mainly: green. Hex color #AEECB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEECB1 is #51134E. Grayscale: #D2D2D2. Windows color (decimal): -5313359 or 11660462. OLE color: 11660462.
HSL color Cylindrical-coordinate representation of color #AEECB1: hue angle of 122.9º 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 #AEECB1 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 236 | 177 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.07 |
| HSL | 122.9º | 0.62% | 0.8% | - |
| HSV(B) | 122.9º | 0.26% | 0.93% | - |
| XYZ | 55.39 | 72.16 | 52.6 | - |
| YUV | 210.74 | 108.96 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 236 | 177 | 0.26 | 0 | 0.25 | 0.07 | 122.9 | 0.62 | 0.8 |
| Hex | AE | EC | B1 | 1A | 0 | 19 | 7 | 7B | 3E | 50 |
| Octal | 256 | 354 | 261 | 32 | 0 | 31 | 7 | 173 | 76 | 120 |
| Binary | 10101110 | 11101100 | 10110001 | 11010 | 0 | 11001 | 111 | 1111011 | 111110 | 1010000 |
Color Harmonies of #AEECB1
Complementary color
Monochromatic Colors of #AEECB1
Black with #AEECB1
Text Example
Text Example
White with #AEECB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEECB1; }
p { color: rgb(174,236,177); }
H1.HeaderClassName
{
color: #AEECB1;
}
.AnyTagClassName
{
color: #AEECB1;
}
</style>
background-color css
<style>
a { background-color: #AEECB1; }
a { background-color: rgb(174,236,177); }
div.DivClassName
{
background-color: #AEECB1;
}
.BgClassName
{
background-color: #AEECB1;
}
</style>
border-color css
<style>
span { border-color: #AEECB1; }
span { border-color: rgb(174,236,177); }
td.TdClassName
{
border-color: #AEECB1;
}
.TagClassName
{
border-color: #AEECB1;
}
</style>