Shades of Celadon #AEFAAE
Tints of Celadon #AEFAAE
RGB
CMYK
RGB Variations
Color information
#AEFAAE (or 0xAEFAAE) is known color: Celadon. HEX triplet: AE, FA and AE. RGB value is (174,250,174). Sum of RGB (Red+Green+Blue) = 174+250+174=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 174 (68.36% from 255 or 29.10% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #AEFAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFAAE is #510551. Grayscale: #DADADA. Windows color (decimal): -5309778 or 11467438. OLE color: 11467438.
HSL color Cylindrical-coordinate representation of color #AEFAAE: hue angle of 120º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEFAAE is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 250 | 174 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.02 |
| HSL | 120º | 0.88% | 0.83% | - |
| HSV(B) | 120º | 0.3% | 0.98% | - |
| XYZ | 59.28 | 80.43 | 52.44 | - |
| YUV | 218.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 250 | 174 | 0.30 | 0 | 0.30 | 0.02 | 120 | 0.88 | 0.83 |
| Hex | AE | FA | AE | 1E | 0 | 1E | 2 | 78 | 58 | 53 |
| Octal | 256 | 372 | 256 | 36 | 0 | 36 | 2 | 170 | 130 | 123 |
| Binary | 10101110 | 11111010 | 10101110 | 11110 | 0 | 11110 | 10 | 1111000 | 1011000 | 1010011 |
Color Harmonies of #AEFAAE
Complementary color
Monochromatic Colors of #AEFAAE
Black with #AEFAAE
Text Example
Text Example
White with #AEFAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFAAE; }
p { color: rgb(174,250,174); }
H1.HeaderClassName
{
color: #AEFAAE;
}
.AnyTagClassName
{
color: #AEFAAE;
}
</style>
background-color css
<style>
a { background-color: #AEFAAE; }
a { background-color: rgb(174,250,174); }
div.DivClassName
{
background-color: #AEFAAE;
}
.BgClassName
{
background-color: #AEFAAE;
}
</style>
border-color css
<style>
span { border-color: #AEFAAE; }
span { border-color: rgb(174,250,174); }
td.TdClassName
{
border-color: #AEFAAE;
}
.TagClassName
{
border-color: #AEFAAE;
}
</style>