Shades of Celadon #AEF8B3
Tints of Celadon #AEF8B3
RGB
CMYK
RGB Variations
Color information
#AEF8B3 (or 0xAEF8B3) is known color: Celadon. HEX triplet: AE, F8 and B3. RGB value is (174,248,179). Sum of RGB (Red+Green+Blue) = 174+248+179=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 179 (70.31% from 255 or 29.78% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #AEF8B3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF8B3 is #51074C. Grayscale: #DADADA. Windows color (decimal): -5310285 or 11794606. OLE color: 11794606.
HSL color Cylindrical-coordinate representation of color #AEF8B3: hue angle of 124.05º degrees, saturation: 0.84, 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 #AEF8B3 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 174 | 248 | 179 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.03 |
| HSL | 124.05º | 0.84% | 0.83% | - |
| HSV(B) | 124.05º | 0.3% | 0.97% | - |
| XYZ | 59.16 | 79.39 | 54.85 | - |
| YUV | 218.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 248 | 179 | 0.30 | 0 | 0.28 | 0.03 | 124.05 | 0.84 | 0.83 |
| Hex | AE | F8 | B3 | 1E | 0 | 1C | 3 | 7C | 54 | 53 |
| Octal | 256 | 370 | 263 | 36 | 0 | 34 | 3 | 174 | 124 | 123 |
| Binary | 10101110 | 11111000 | 10110011 | 11110 | 0 | 11100 | 11 | 1111100 | 1010100 | 1010011 |
Color Harmonies of #AEF8B3
Complementary color
Monochromatic Colors of #AEF8B3
Black with #AEF8B3
Text Example
Text Example
White with #AEF8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF8B3; }
p { color: rgb(174,248,179); }
H1.HeaderClassName
{
color: #AEF8B3;
}
.AnyTagClassName
{
color: #AEF8B3;
}
</style>
background-color css
<style>
a { background-color: #AEF8B3; }
a { background-color: rgb(174,248,179); }
div.DivClassName
{
background-color: #AEF8B3;
}
.BgClassName
{
background-color: #AEF8B3;
}
</style>
border-color css
<style>
span { border-color: #AEF8B3; }
span { border-color: rgb(174,248,179); }
td.TdClassName
{
border-color: #AEF8B3;
}
.TagClassName
{
border-color: #AEF8B3;
}
</style>