Shades of Celadon #AEE1B1
Tints of Celadon #AEE1B1
RGB
CMYK
RGB Variations
Color information
#AEE1B1 (or 0xAEE1B1) is known color: Celadon. HEX triplet: AE, E1 and B1. RGB value is (174,225,177). Sum of RGB (Red+Green+Blue) = 174+225+177=576 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.21% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 177 (69.53% from 255 or 30.73% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE1B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AEE1B1 is #511E4E. Grayscale: #CCCCCC. Windows color (decimal): -5316175 or 11657646. OLE color: 11657646.
HSL color Cylindrical-coordinate representation of color #AEE1B1: hue angle of 123.53º degrees, saturation: 0.46, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AEE1B1 is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 174 | 225 | 177 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.12 |
| HSL | 123.53º | 0.46% | 0.78% | - |
| HSV(B) | 123.53º | 0.23% | 0.88% | - |
| XYZ | 52.32 | 66.02 | 51.58 | - |
| YUV | 204.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 225 | 177 | 0.23 | 0 | 0.21 | 0.12 | 123.53 | 0.46 | 0.78 |
| Hex | AE | E1 | B1 | 17 | 0 | 15 | C | 7C | 2E | 4E |
| Octal | 256 | 341 | 261 | 27 | 0 | 25 | 14 | 174 | 56 | 116 |
| Binary | 10101110 | 11100001 | 10110001 | 10111 | 0 | 10101 | 1100 | 1111100 | 101110 | 1001110 |
Color Harmonies of #AEE1B1
Complementary color
Monochromatic Colors of #AEE1B1
Black with #AEE1B1
Text Example
Text Example
White with #AEE1B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE1B1; }
p { color: rgb(174,225,177); }
H1.HeaderClassName
{
color: #AEE1B1;
}
.AnyTagClassName
{
color: #AEE1B1;
}
</style>
background-color css
<style>
a { background-color: #AEE1B1; }
a { background-color: rgb(174,225,177); }
div.DivClassName
{
background-color: #AEE1B1;
}
.BgClassName
{
background-color: #AEE1B1;
}
</style>
border-color css
<style>
span { border-color: #AEE1B1; }
span { border-color: rgb(174,225,177); }
td.TdClassName
{
border-color: #AEE1B1;
}
.TagClassName
{
border-color: #AEE1B1;
}
</style>