Shades of Celadon #AEFBB5
Tints of Celadon #AEFBB5
RGB
CMYK
RGB Variations
Color information
#AEFBB5 (or 0xAEFBB5) is known color: Celadon. HEX triplet: AE, FB and B5. RGB value is (174,251,181). Sum of RGB (Red+Green+Blue) = 174+251+181=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #AEFBB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFBB5 is #51044A. Grayscale: #DCDCDC. Windows color (decimal): -5309515 or 11926446. OLE color: 11926446.
HSL color Cylindrical-coordinate representation of color #AEFBB5: hue angle of 125.45º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AEFBB5 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 174 | 251 | 181 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.02 |
| HSL | 125.45º | 0.91% | 0.83% | - |
| HSV(B) | 125.45º | 0.31% | 0.98% | - |
| XYZ | 60.29 | 81.33 | 56.24 | - |
| YUV | 220 | 105.99 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 251 | 181 | 0.31 | 0 | 0.28 | 0.02 | 125.45 | 0.91 | 0.83 |
| Hex | AE | FB | B5 | 1F | 0 | 1C | 2 | 7D | 5B | 53 |
| Octal | 256 | 373 | 265 | 37 | 0 | 34 | 2 | 175 | 133 | 123 |
| Binary | 10101110 | 11111011 | 10110101 | 11111 | 0 | 11100 | 10 | 1111101 | 1011011 | 1010011 |
Color Harmonies of #AEFBB5
Complementary color
Monochromatic Colors of #AEFBB5
Black with #AEFBB5
Text Example
Text Example
White with #AEFBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFBB5; }
p { color: rgb(174,251,181); }
H1.HeaderClassName
{
color: #AEFBB5;
}
.AnyTagClassName
{
color: #AEFBB5;
}
</style>
background-color css
<style>
a { background-color: #AEFBB5; }
a { background-color: rgb(174,251,181); }
div.DivClassName
{
background-color: #AEFBB5;
}
.BgClassName
{
background-color: #AEFBB5;
}
</style>
border-color css
<style>
span { border-color: #AEFBB5; }
span { border-color: rgb(174,251,181); }
td.TdClassName
{
border-color: #AEFBB5;
}
.TagClassName
{
border-color: #AEFBB5;
}
</style>