Shades of Celadon #AEEDAF
Tints of Celadon #AEEDAF
RGB
CMYK
RGB Variations
Color information
#AEEDAF (or 0xAEEDAF) is known color: Celadon. HEX triplet: AE, ED and AF. RGB value is (174,237,175). Sum of RGB (Red+Green+Blue) = 174+237+175=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 237 (92.97% from 255 or 40.44% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 237 - color contains mainly: green. Hex color #AEEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEEDAF is #511250. Grayscale: #D3D3D3. Windows color (decimal): -5313105 or 11529646. OLE color: 11529646.
HSL color Cylindrical-coordinate representation of color #AEEDAF: hue angle of 120.95º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEDAF is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 237 | 175 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.07 |
| HSL | 120.95º | 0.64% | 0.81% | - |
| HSV(B) | 120.95º | 0.27% | 0.93% | - |
| XYZ | 55.48 | 72.66 | 51.66 | - |
| YUV | 211.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 237 | 175 | 0.27 | 0 | 0.26 | 0.07 | 120.95 | 0.64 | 0.81 |
| Hex | AE | ED | AF | 1B | 0 | 1A | 7 | 79 | 40 | 51 |
| Octal | 256 | 355 | 257 | 33 | 0 | 32 | 7 | 171 | 100 | 121 |
| Binary | 10101110 | 11101101 | 10101111 | 11011 | 0 | 11010 | 111 | 1111001 | 1000000 | 1010001 |
Color Harmonies of #AEEDAF
Complementary color
Monochromatic Colors of #AEEDAF
Black with #AEEDAF
Text Example
Text Example
White with #AEEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEDAF; }
p { color: rgb(174,237,175); }
H1.HeaderClassName
{
color: #AEEDAF;
}
.AnyTagClassName
{
color: #AEEDAF;
}
</style>
background-color css
<style>
a { background-color: #AEEDAF; }
a { background-color: rgb(174,237,175); }
div.DivClassName
{
background-color: #AEEDAF;
}
.BgClassName
{
background-color: #AEEDAF;
}
</style>
border-color css
<style>
span { border-color: #AEEDAF; }
span { border-color: rgb(174,237,175); }
td.TdClassName
{
border-color: #AEEDAF;
}
.TagClassName
{
border-color: #AEEDAF;
}
</style>