Shades of Celadon #AEEAAF
Tints of Celadon #AEEAAF
RGB
CMYK
RGB Variations
Color information
#AEEAAF (or 0xAEEAAF) is known color: Celadon. HEX triplet: AE, EA and AF. RGB value is (174,234,175). Sum of RGB (Red+Green+Blue) = 174+234+175=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEAAF is #511550. Grayscale: #D1D1D1. Windows color (decimal): -5313873 or 11528878. OLE color: 11528878.
HSL color Cylindrical-coordinate representation of color #AEEAAF: hue angle of 121º 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 #AEEAAF is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 174 | 234 | 175 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.08 |
| HSL | 121º | 0.59% | 0.8% | - |
| HSV(B) | 121º | 0.26% | 0.92% | - |
| XYZ | 54.62 | 70.94 | 51.37 | - |
| YUV | 209.33 | 108.62 | 102.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 234 | 175 | 0.26 | 0 | 0.25 | 0.08 | 121 | 0.59 | 0.8 |
| Hex | AE | EA | AF | 1A | 0 | 19 | 8 | 79 | 3B | 50 |
| Octal | 256 | 352 | 257 | 32 | 0 | 31 | 10 | 171 | 73 | 120 |
| Binary | 10101110 | 11101010 | 10101111 | 11010 | 0 | 11001 | 1000 | 1111001 | 111011 | 1010000 |
Color Harmonies of #AEEAAF
Complementary color
Monochromatic Colors of #AEEAAF
Black with #AEEAAF
Text Example
Text Example
White with #AEEAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEAAF; }
p { color: rgb(174,234,175); }
H1.HeaderClassName
{
color: #AEEAAF;
}
.AnyTagClassName
{
color: #AEEAAF;
}
</style>
background-color css
<style>
a { background-color: #AEEAAF; }
a { background-color: rgb(174,234,175); }
div.DivClassName
{
background-color: #AEEAAF;
}
.BgClassName
{
background-color: #AEEAAF;
}
</style>
border-color css
<style>
span { border-color: #AEEAAF; }
span { border-color: rgb(174,234,175); }
td.TdClassName
{
border-color: #AEEAAF;
}
.TagClassName
{
border-color: #AEEAAF;
}
</style>