Shades of Celadon #AEFDB2
Tints of Celadon #AEFDB2
RGB
CMYK
RGB Variations
Color information
#AEFDB2 (or 0xAEFDB2) is known color: Celadon. HEX triplet: AE, FD and B2. RGB value is (174,253,178). Sum of RGB (Red+Green+Blue) = 174+253+178=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 253 (99.22% from 255 or 41.82% from 605); Blue value is 178 (69.92% from 255 or 29.42% from 605); Max value from RGB is 253 - color contains mainly: green. Hex color #AEFDB2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AEFDB2 is #51024D. Grayscale: #DDDDDD. Windows color (decimal): -5309006 or 11730350. OLE color: 11730350.
HSL color Cylindrical-coordinate representation of color #AEFDB2: hue angle of 123.04º 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 #AEFDB2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.
Color convert
RGB | 174 | 253 | 178 | - |
CMYK | 0.31 | 0 | 0.30 | 0.01 |
HSL | 123.04º | 0.95% | 0.84% | - |
HSV(B) | 123.04º | 0.31% | 0.99% | - |
XYZ | 60.62 | 82.46 | 54.84 | - |
YUV | 220.83 | 103.83 | 94.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 253 | 178 | 0.31 | 0 | 0.30 | 0.01 | 123.04 | 0.95 | 0.84 |
Hex | AE | FD | B2 | 1F | 0 | 1E | 1 | 7B | 5F | 54 |
Octal | 256 | 375 | 262 | 37 | 0 | 36 | 1 | 173 | 137 | 124 |
Binary | 10101110 | 11111101 | 10110010 | 11111 | 0 | 11110 | 1 | 1111011 | 1011111 | 1010100 |
Color Harmonies of #AEFDB2
Complementary color
Monochromatic Colors of #AEFDB2
Black with #AEFDB2
Text Example
Text Example
White with #AEFDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEFDB2; }
p { color: rgb(174,253,178); }
H1.HeaderClassName
{
color: #AEFDB2;
}
.AnyTagClassName
{
color: #AEFDB2;
}
</style>
background-color css
<style>
a { background-color: #AEFDB2; }
a { background-color: rgb(174,253,178); }
div.DivClassName
{
background-color: #AEFDB2;
}
.BgClassName
{
background-color: #AEFDB2;
}
</style>
border-color css
<style>
span { border-color: #AEFDB2; }
span { border-color: rgb(174,253,178); }
td.TdClassName
{
border-color: #AEFDB2;
}
.TagClassName
{
border-color: #AEFDB2;
}
</style>