Shades of Celadon #AEF7B4
Tints of Celadon #AEF7B4
RGB
CMYK
RGB Variations
Color information
#AEF7B4 (or 0xAEF7B4) is known color: Celadon. HEX triplet: AE, F7 and B4. RGB value is (174,247,180). Sum of RGB (Red+Green+Blue) = 174+247+180=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #AEF7B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF7B4 is #51084B. Grayscale: #D9D9D9. Windows color (decimal): -5310540 or 11859886. OLE color: 11859886.
HSL color Cylindrical-coordinate representation of color #AEF7B4: hue angle of 124.93º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEF7B4 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 247 | 180 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.03 |
| HSL | 124.93º | 0.82% | 0.83% | - |
| HSV(B) | 124.93º | 0.3% | 0.97% | - |
| XYZ | 58.95 | 78.82 | 55.29 | - |
| YUV | 217.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 247 | 180 | 0.30 | 0 | 0.27 | 0.03 | 124.93 | 0.82 | 0.83 |
| Hex | AE | F7 | B4 | 1E | 0 | 1B | 3 | 7D | 52 | 53 |
| Octal | 256 | 367 | 264 | 36 | 0 | 33 | 3 | 175 | 122 | 123 |
| Binary | 10101110 | 11110111 | 10110100 | 11110 | 0 | 11011 | 11 | 1111101 | 1010010 | 1010011 |
Color Harmonies of #AEF7B4
Complementary color
Monochromatic Colors of #AEF7B4
Black with #AEF7B4
Text Example
Text Example
White with #AEF7B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF7B4; }
p { color: rgb(174,247,180); }
H1.HeaderClassName
{
color: #AEF7B4;
}
.AnyTagClassName
{
color: #AEF7B4;
}
</style>
background-color css
<style>
a { background-color: #AEF7B4; }
a { background-color: rgb(174,247,180); }
div.DivClassName
{
background-color: #AEF7B4;
}
.BgClassName
{
background-color: #AEF7B4;
}
</style>
border-color css
<style>
span { border-color: #AEF7B4; }
span { border-color: rgb(174,247,180); }
td.TdClassName
{
border-color: #AEF7B4;
}
.TagClassName
{
border-color: #AEF7B4;
}
</style>