Shades of Celadon #AEFDB1
Tints of Celadon #AEFDB1
RGB
CMYK
RGB Variations
Color information
#AEFDB1 (or 0xAEFDB1) is known color: Celadon. HEX triplet: AE, FD and B1. RGB value is (174,253,177). Sum of RGB (Red+Green+Blue) = 174+253+177=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 253 (99.22% from 255 or 41.89% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDB1 is #51024E. Grayscale: #DCDCDC. Windows color (decimal): -5309007 or 11664814. OLE color: 11664814.
HSL color Cylindrical-coordinate representation of color #AEFDB1: hue angle of 122.28º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFDB1 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 174 | 253 | 177 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.01 |
| HSL | 122.28º | 0.95% | 0.84% | - |
| HSV(B) | 122.28º | 0.31% | 0.99% | - |
| XYZ | 60.52 | 82.42 | 54.31 | - |
| YUV | 220.72 | 103.33 | 94.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 253 | 177 | 0.31 | 0 | 0.30 | 0.01 | 122.28 | 0.95 | 0.84 |
| Hex | AE | FD | B1 | 1F | 0 | 1E | 1 | 7A | 5F | 54 |
| Octal | 256 | 375 | 261 | 37 | 0 | 36 | 1 | 172 | 137 | 124 |
| Binary | 10101110 | 11111101 | 10110001 | 11111 | 0 | 11110 | 1 | 1111010 | 1011111 | 1010100 |
Color Harmonies of #AEFDB1
Complementary color
Monochromatic Colors of #AEFDB1
Black with #AEFDB1
Text Example
Text Example
White with #AEFDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDB1; }
p { color: rgb(174,253,177); }
H1.HeaderClassName
{
color: #AEFDB1;
}
.AnyTagClassName
{
color: #AEFDB1;
}
</style>
background-color css
<style>
a { background-color: #AEFDB1; }
a { background-color: rgb(174,253,177); }
div.DivClassName
{
background-color: #AEFDB1;
}
.BgClassName
{
background-color: #AEFDB1;
}
</style>
border-color css
<style>
span { border-color: #AEFDB1; }
span { border-color: rgb(174,253,177); }
td.TdClassName
{
border-color: #AEFDB1;
}
.TagClassName
{
border-color: #AEFDB1;
}
</style>