Shades of Water Leaf #AEF3DF
Tints of Water Leaf #AEF3DF
RGB
CMYK
RGB Variations
Color information
#AEF3DF (or 0xAEF3DF) is known color: Water Leaf. HEX triplet: AE, F3 and DF. RGB value is (174,243,223). Sum of RGB (Red+Green+Blue) = 174+243+223=640 (84% of max value = 765). Red value is 174 (68.36% from 255 or 27.19% from 640); Green value is 243 (95.31% from 255 or 37.97% from 640); Blue value is 223 (87.5% from 255 or 34.84% from 640); Max value from RGB is 243 - color contains mainly: green. Hex color #AEF3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEF3DF is #510C20. Grayscale: #DCDCDC. Windows color (decimal): -5311521 or 14676910. OLE color: 14676910.
HSL color Cylindrical-coordinate representation of color #AEF3DF: hue angle of 162.61º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AEF3DF is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 174 | 243 | 223 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.05 |
| HSL | 162.61º | 0.74% | 0.82% | - |
| HSV(B) | 162.61º | 0.28% | 0.95% | - |
| XYZ | 62.83 | 78.43 | 81.64 | - |
| YUV | 220.09 | 129.64 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 243 | 223 | 0.28 | 0 | 0.08 | 0.05 | 162.61 | 0.74 | 0.82 |
| Hex | AE | F3 | DF | 1C | 0 | 8 | 5 | A3 | 4A | 52 |
| Octal | 256 | 363 | 337 | 34 | 0 | 10 | 5 | 243 | 112 | 122 |
| Binary | 10101110 | 11110011 | 11011111 | 11100 | 0 | 1000 | 101 | 10100011 | 1001010 | 1010010 |
Color Harmonies of #AEF3DF
Complementary color
Monochromatic Colors of #AEF3DF
Black with #AEF3DF
Text Example
Text Example
White with #AEF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEF3DF; }
p { color: rgb(174,243,223); }
H1.HeaderClassName
{
color: #AEF3DF;
}
.AnyTagClassName
{
color: #AEF3DF;
}
</style>
background-color css
<style>
a { background-color: #AEF3DF; }
a { background-color: rgb(174,243,223); }
div.DivClassName
{
background-color: #AEF3DF;
}
.BgClassName
{
background-color: #AEF3DF;
}
</style>
border-color css
<style>
span { border-color: #AEF3DF; }
span { border-color: rgb(174,243,223); }
td.TdClassName
{
border-color: #AEF3DF;
}
.TagClassName
{
border-color: #AEF3DF;
}
</style>