Shades of Fringy Flower #AAEEBC
Tints of Fringy Flower #AAEEBC
RGB
CMYK
RGB Variations
Color information
#AAEEBC (or 0xAAEEBC) is known color: Fringy Flower. HEX triplet: AA, EE and BC. RGB value is (170,238,188). Sum of RGB (Red+Green+Blue) = 170+238+188=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 238 (93.36% from 255 or 39.93% from 596); Blue value is 188 (73.83% from 255 or 31.54% from 596); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBC is #551143. Grayscale: #D4D4D4. Windows color (decimal): -5574980 or 12381866. OLE color: 12381866.
HSL color Cylindrical-coordinate representation of color #AAEEBC: hue angle of 135.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEBC is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 188 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 135.88º | 0.67% | 0.8% | - |
| HSV(B) | 135.88º | 0.29% | 0.93% | - |
| XYZ | 56.23 | 73.33 | 58.77 | - |
| YUV | 211.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 188 | 0.29 | 0 | 0.21 | 0.07 | 135.88 | 0.67 | 0.8 |
| Hex | AA | EE | BC | 1D | 0 | 15 | 7 | 88 | 43 | 50 |
| Octal | 252 | 356 | 274 | 35 | 0 | 25 | 7 | 210 | 103 | 120 |
| Binary | 10101010 | 11101110 | 10111100 | 11101 | 0 | 10101 | 111 | 10001000 | 1000011 | 1010000 |
Color Harmonies of #AAEEBC
Complementary color
Monochromatic Colors of #AAEEBC
Black with #AAEEBC
Text Example
Text Example
White with #AAEEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEBC; }
p { color: rgb(170,238,188); }
H1.HeaderClassName
{
color: #AAEEBC;
}
.AnyTagClassName
{
color: #AAEEBC;
}
</style>
background-color css
<style>
a { background-color: #AAEEBC; }
a { background-color: rgb(170,238,188); }
div.DivClassName
{
background-color: #AAEEBC;
}
.BgClassName
{
background-color: #AAEEBC;
}
</style>
border-color css
<style>
span { border-color: #AAEEBC; }
span { border-color: rgb(170,238,188); }
td.TdClassName
{
border-color: #AAEEBC;
}
.TagClassName
{
border-color: #AAEEBC;
}
</style>