Shades of Celadon #AEFDB4
Tints of Celadon #AEFDB4
RGB
CMYK
RGB Variations
Color information
#AEFDB4 (or 0xAEFDB4) is known color: Celadon. HEX triplet: AE, FD and B4. RGB value is (174,253,180). Sum of RGB (Red+Green+Blue) = 174+253+180=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 180 (70.70% from 255 or 29.65% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEFDB4 is #51024B. Grayscale: #DDDDDD. Windows color (decimal): -5309004 or 11861422. OLE color: 11861422.
HSL color Cylindrical-coordinate representation of color #AEFDB4: hue angle of 124.56º 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 #AEFDB4 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 253 | 180 | - |
CMYK | 0.31 | 0 | 0.29 | 0.01 |
HSL | 124.56º | 0.95% | 0.84% | - |
HSV(B) | 124.56º | 0.31% | 0.99% | - |
XYZ | 60.82 | 82.54 | 55.91 | - |
YUV | 221.06 | 104.83 | 94.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 253 | 180 | 0.31 | 0 | 0.29 | 0.01 | 124.56 | 0.95 | 0.84 |
Hex | AE | FD | B4 | 1F | 0 | 1D | 1 | 7D | 5F | 54 |
Octal | 256 | 375 | 264 | 37 | 0 | 35 | 1 | 175 | 137 | 124 |
Binary | 10101110 | 11111101 | 10110100 | 11111 | 0 | 11101 | 1 | 1111101 | 1011111 | 1010100 |
Color Harmonies of #AEFDB4
Complementary color
Monochromatic Colors of #AEFDB4
Black with #AEFDB4
Text Example
Text Example
White with #AEFDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDB4; }
p { color: rgb(174,253,180); }
H1.HeaderClassName
{
color: #AEFDB4;
}
.AnyTagClassName
{
color: #AEFDB4;
}
</style>
background-color css
<style>
a { background-color: #AEFDB4; }
a { background-color: rgb(174,253,180); }
div.DivClassName
{
background-color: #AEFDB4;
}
.BgClassName
{
background-color: #AEFDB4;
}
</style>
border-color css
<style>
span { border-color: #AEFDB4; }
span { border-color: rgb(174,253,180); }
td.TdClassName
{
border-color: #AEFDB4;
}
.TagClassName
{
border-color: #AEFDB4;
}
</style>