Shades of Celadon #AEEAB5
Tints of Celadon #AEEAB5
RGB
CMYK
RGB Variations
Color information
#AEEAB5 (or 0xAEEAB5) is known color: Celadon. HEX triplet: AE, EA and B5. RGB value is (174,234,181). Sum of RGB (Red+Green+Blue) = 174+234+181=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEAB5 is #51154A. Grayscale: #D2D2D2. Windows color (decimal): -5313867 or 11922094. OLE color: 11922094.
HSL color Cylindrical-coordinate representation of color #AEEAB5: hue angle of 127º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEAB5 is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 181 | - |
| CMYK | 0.26 | 0 | 0.23 | 0.08 |
| HSL | 127º | 0.59% | 0.8% | - |
| HSV(B) | 127º | 0.26% | 0.92% | - |
| XYZ | 55.22 | 71.18 | 54.54 | - |
| YUV | 210.02 | 111.62 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 181 | 0.26 | 0 | 0.23 | 0.08 | 127 | 0.59 | 0.8 |
| Hex | AE | EA | B5 | 1A | 0 | 17 | 8 | 7F | 3B | 50 |
| Octal | 256 | 352 | 265 | 32 | 0 | 27 | 10 | 177 | 73 | 120 |
| Binary | 10101110 | 11101010 | 10110101 | 11010 | 0 | 10111 | 1000 | 1111111 | 111011 | 1010000 |
Color Harmonies of #AEEAB5
Complementary color
Monochromatic Colors of #AEEAB5
Black with #AEEAB5
Text Example
Text Example
White with #AEEAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAB5; }
p { color: rgb(174,234,181); }
H1.HeaderClassName
{
color: #AEEAB5;
}
.AnyTagClassName
{
color: #AEEAB5;
}
</style>
background-color css
<style>
a { background-color: #AEEAB5; }
a { background-color: rgb(174,234,181); }
div.DivClassName
{
background-color: #AEEAB5;
}
.BgClassName
{
background-color: #AEEAB5;
}
</style>
border-color css
<style>
span { border-color: #AEEAB5; }
span { border-color: rgb(174,234,181); }
td.TdClassName
{
border-color: #AEEAB5;
}
.TagClassName
{
border-color: #AEEAB5;
}
</style>