Shades of Fringy Flower #AAECBF
Tints of Fringy Flower #AAECBF
RGB
CMYK
RGB Variations
Color information
#AAECBF (or 0xAAECBF) is known color: Fringy Flower. HEX triplet: AA, EC and BF. RGB value is (170,236,191). Sum of RGB (Red+Green+Blue) = 170+236+191=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBF is #551340. Grayscale: #D3D3D3. Windows color (decimal): -5575489 or 12577962. OLE color: 12577962.
HSL color Cylindrical-coordinate representation of color #AAECBF: hue angle of 139.09º 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 #AAECBF is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 191 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.07 |
| HSL | 139.09º | 0.63% | 0.8% | - |
| HSV(B) | 139.09º | 0.28% | 0.93% | - |
| XYZ | 55.98 | 72.3 | 60.29 | - |
| YUV | 211.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 191 | 0.28 | 0 | 0.19 | 0.07 | 139.09 | 0.63 | 0.8 |
| Hex | AA | EC | BF | 1C | 0 | 13 | 7 | 8B | 3F | 50 |
| Octal | 252 | 354 | 277 | 34 | 0 | 23 | 7 | 213 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10111111 | 11100 | 0 | 10011 | 111 | 10001011 | 111111 | 1010000 |
Color Harmonies of #AAECBF
Complementary color
Monochromatic Colors of #AAECBF
Black with #AAECBF
Text Example
Text Example
White with #AAECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECBF; }
p { color: rgb(170,236,191); }
H1.HeaderClassName
{
color: #AAECBF;
}
.AnyTagClassName
{
color: #AAECBF;
}
</style>
background-color css
<style>
a { background-color: #AAECBF; }
a { background-color: rgb(170,236,191); }
div.DivClassName
{
background-color: #AAECBF;
}
.BgClassName
{
background-color: #AAECBF;
}
</style>
border-color css
<style>
span { border-color: #AAECBF; }
span { border-color: rgb(170,236,191); }
td.TdClassName
{
border-color: #AAECBF;
}
.TagClassName
{
border-color: #AAECBF;
}
</style>