Shades of Fringy Flower #AAEEBA
Tints of Fringy Flower #AAEEBA
RGB
CMYK
RGB Variations
Color information
#AAEEBA (or 0xAAEEBA) is known color: Fringy Flower. HEX triplet: AA, EE and BA. RGB value is (170,238,186). Sum of RGB (Red+Green+Blue) = 170+238+186=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBA is #551145. Grayscale: #D3D3D3. Windows color (decimal): -5574982 or 12250794. OLE color: 12250794.
HSL color Cylindrical-coordinate representation of color #AAEEBA: hue angle of 134.12º 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 #AAEEBA is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 186 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.07 |
| HSL | 134.12º | 0.67% | 0.8% | - |
| HSV(B) | 134.12º | 0.29% | 0.93% | - |
| XYZ | 56.02 | 73.24 | 57.64 | - |
| YUV | 211.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 186 | 0.29 | 0 | 0.22 | 0.07 | 134.12 | 0.67 | 0.8 |
| Hex | AA | EE | BA | 1D | 0 | 16 | 7 | 86 | 43 | 50 |
| Octal | 252 | 356 | 272 | 35 | 0 | 26 | 7 | 206 | 103 | 120 |
| Binary | 10101010 | 11101110 | 10111010 | 11101 | 0 | 10110 | 111 | 10000110 | 1000011 | 1010000 |
Color Harmonies of #AAEEBA
Complementary color
Monochromatic Colors of #AAEEBA
Black with #AAEEBA
Text Example
Text Example
White with #AAEEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEBA; }
p { color: rgb(170,238,186); }
H1.HeaderClassName
{
color: #AAEEBA;
}
.AnyTagClassName
{
color: #AAEEBA;
}
</style>
background-color css
<style>
a { background-color: #AAEEBA; }
a { background-color: rgb(170,238,186); }
div.DivClassName
{
background-color: #AAEEBA;
}
.BgClassName
{
background-color: #AAEEBA;
}
</style>
border-color css
<style>
span { border-color: #AAEEBA; }
span { border-color: rgb(170,238,186); }
td.TdClassName
{
border-color: #AAEEBA;
}
.TagClassName
{
border-color: #AAEEBA;
}
</style>