Shades of Fringy Flower #AAECBC
Tints of Fringy Flower #AAECBC
RGB
CMYK
RGB Variations
Color information
#AAECBC (or 0xAAECBC) is known color: Fringy Flower. HEX triplet: AA, EC and BC. RGB value is (170,236,188). Sum of RGB (Red+Green+Blue) = 170+236+188=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECBC is #551343. Grayscale: #D2D2D2. Windows color (decimal): -5575492 or 12381354. OLE color: 12381354.
HSL color Cylindrical-coordinate representation of color #AAECBC: hue angle of 136.36º 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 #AAECBC is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 188 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.07 |
| HSL | 136.36º | 0.63% | 0.8% | - |
| HSV(B) | 136.36º | 0.28% | 0.93% | - |
| XYZ | 55.65 | 72.17 | 58.57 | - |
| YUV | 210.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 188 | 0.28 | 0 | 0.20 | 0.07 | 136.36 | 0.63 | 0.8 |
| Hex | AA | EC | BC | 1C | 0 | 14 | 7 | 88 | 3F | 50 |
| Octal | 252 | 354 | 274 | 34 | 0 | 24 | 7 | 210 | 77 | 120 |
| Binary | 10101010 | 11101100 | 10111100 | 11100 | 0 | 10100 | 111 | 10001000 | 111111 | 1010000 |
Color Harmonies of #AAECBC
Complementary color
Monochromatic Colors of #AAECBC
Black with #AAECBC
Text Example
Text Example
White with #AAECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECBC; }
p { color: rgb(170,236,188); }
H1.HeaderClassName
{
color: #AAECBC;
}
.AnyTagClassName
{
color: #AAECBC;
}
</style>
background-color css
<style>
a { background-color: #AAECBC; }
a { background-color: rgb(170,236,188); }
div.DivClassName
{
background-color: #AAECBC;
}
.BgClassName
{
background-color: #AAECBC;
}
</style>
border-color css
<style>
span { border-color: #AAECBC; }
span { border-color: rgb(170,236,188); }
td.TdClassName
{
border-color: #AAECBC;
}
.TagClassName
{
border-color: #AAECBC;
}
</style>