Shades of Fringy Flower #AEEEBC
Tints of Fringy Flower #AEEEBC
RGB
CMYK
RGB Variations
Color information
#AEEEBC (or 0xAEEEBC) is known color: Fringy Flower. HEX triplet: AE, EE and BC. RGB value is (174,238,188). Sum of RGB (Red+Green+Blue) = 174+238+188=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 188 (73.83% from 255 or 31.33% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEBC is #511143. Grayscale: #D5D5D5. Windows color (decimal): -5312836 or 12381870. OLE color: 12381870.
HSL color Cylindrical-coordinate representation of color #AEEEBC: hue angle of 133.12º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEBC is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 188 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.07 |
| HSL | 133.13º | 0.65% | 0.81% | - |
| HSV(B) | 133.13º | 0.27% | 0.93% | - |
| XYZ | 57.11 | 73.78 | 58.81 | - |
| YUV | 213.16 | 113.8 | 100.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 188 | 0.27 | 0 | 0.21 | 0.07 | 133.13 | 0.65 | 0.81 |
| Hex | AE | EE | BC | 1B | 0 | 15 | 7 | 85 | 41 | 51 |
| Octal | 256 | 356 | 274 | 33 | 0 | 25 | 7 | 205 | 101 | 121 |
| Binary | 10101110 | 11101110 | 10111100 | 11011 | 0 | 10101 | 111 | 10000101 | 1000001 | 1010001 |
Color Harmonies of #AEEEBC
Complementary color
Monochromatic Colors of #AEEEBC
Black with #AEEEBC
Text Example
Text Example
White with #AEEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEBC; }
p { color: rgb(174,238,188); }
H1.HeaderClassName
{
color: #AEEEBC;
}
.AnyTagClassName
{
color: #AEEEBC;
}
</style>
background-color css
<style>
a { background-color: #AEEEBC; }
a { background-color: rgb(174,238,188); }
div.DivClassName
{
background-color: #AEEEBC;
}
.BgClassName
{
background-color: #AEEEBC;
}
</style>
border-color css
<style>
span { border-color: #AEEEBC; }
span { border-color: rgb(174,238,188); }
td.TdClassName
{
border-color: #AEEEBC;
}
.TagClassName
{
border-color: #AEEEBC;
}
</style>