Shades of Fringy Flower #AAECBE
Tints of Fringy Flower #AAECBE
RGB
CMYK
RGB Variations
Color information
#AAECBE (or 0xAAECBE) is known color: Fringy Flower. HEX triplet: AA, EC and BE. RGB value is (170,236,190). Sum of RGB (Red+Green+Blue) = 170+236+190=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 190 (74.61% from 255 or 31.88% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBE is #551341. Grayscale: #D3D3D3. Windows color (decimal): -5575490 or 12512426. OLE color: 12512426.
HSL color Cylindrical-coordinate representation of color #AAECBE: hue angle of 138.18º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECBE is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 190 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.07 |
| HSL | 138.18º | 0.63% | 0.8% | - |
| HSV(B) | 138.18º | 0.28% | 0.93% | - |
| XYZ | 55.87 | 72.25 | 59.72 | - |
| YUV | 211.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 190 | 0.28 | 0 | 0.19 | 0.07 | 138.18 | 0.63 | 0.8 |
| Hex | AA | EC | BE | 1C | 0 | 13 | 7 | 8A | 3F | 50 |
| Octal | 252 | 354 | 276 | 34 | 0 | 23 | 7 | 212 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10111110 | 11100 | 0 | 10011 | 111 | 10001010 | 111111 | 1010000 |
Color Harmonies of #AAECBE
Complementary color
Monochromatic Colors of #AAECBE
Black with #AAECBE
Text Example
Text Example
White with #AAECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECBE; }
p { color: rgb(170,236,190); }
H1.HeaderClassName
{
color: #AAECBE;
}
.AnyTagClassName
{
color: #AAECBE;
}
</style>
background-color css
<style>
a { background-color: #AAECBE; }
a { background-color: rgb(170,236,190); }
div.DivClassName
{
background-color: #AAECBE;
}
.BgClassName
{
background-color: #AAECBE;
}
</style>
border-color css
<style>
span { border-color: #AAECBE; }
span { border-color: rgb(170,236,190); }
td.TdClassName
{
border-color: #AAECBE;
}
.TagClassName
{
border-color: #AAECBE;
}
</style>