Shades of Celadon #AEFFB5
Tints of Celadon #AEFFB5
RGB
CMYK
RGB Variations
Color information
#AEFFB5 (or 0xAEFFB5) is known color: Celadon. HEX triplet: AE, FF and B5. RGB value is (174,255,181). Sum of RGB (Red+Green+Blue) = 174+255+181=610 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.52% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #AEFFB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFFB5 is #51004A. Grayscale: #DEDEDE. Windows color (decimal): -5308491 or 11927470. OLE color: 11927470.
HSL color Cylindrical-coordinate representation of color #AEFFB5: hue angle of 125.19º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AEFFB5 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
RGB | 174 | 255 | 181 | - |
CMYK | 0.32 | 0 | 0.29 | 0 |
HSL | 125.19º | 1% | 0.84% | - |
HSV(B) | 125.19º | 0.32% | 1% | - |
XYZ | 61.56 | 83.85 | 56.66 | - |
YUV | 222.35 | 104.66 | 93.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 255 | 181 | 0.32 | 0 | 0.29 | 0 | 125.19 | 1 | 0.84 |
Hex | AE | FF | B5 | 20 | 0 | 1D | 0 | 7D | 64 | 54 |
Octal | 256 | 377 | 265 | 40 | 0 | 35 | 0 | 175 | 144 | 124 |
Binary | 10101110 | 11111111 | 10110101 | 100000 | 0 | 11101 | 0 | 1111101 | 1100100 | 1010100 |
Color Harmonies of #AEFFB5
Complementary color
Monochromatic Colors of #AEFFB5
Black with #AEFFB5
Text Example
Text Example
White with #AEFFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFFB5; }
p { color: rgb(174,255,181); }
H1.HeaderClassName
{
color: #AEFFB5;
}
.AnyTagClassName
{
color: #AEFFB5;
}
</style>
background-color css
<style>
a { background-color: #AEFFB5; }
a { background-color: rgb(174,255,181); }
div.DivClassName
{
background-color: #AEFFB5;
}
.BgClassName
{
background-color: #AEFFB5;
}
</style>
border-color css
<style>
span { border-color: #AEFFB5; }
span { border-color: rgb(174,255,181); }
td.TdClassName
{
border-color: #AEFFB5;
}
.TagClassName
{
border-color: #AEFFB5;
}
</style>