Shades of Fringy Flower #AAEDBC
Tints of Fringy Flower #AAEDBC
RGB
CMYK
RGB Variations
Color information
#AAEDBC (or 0xAAEDBC) is known color: Fringy Flower. HEX triplet: AA, ED and BC. RGB value is (170,237,188). Sum of RGB (Red+Green+Blue) = 170+237+188=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 188 (73.83% from 255 or 31.60% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDBC is #551243. Grayscale: #D3D3D3. Windows color (decimal): -5575236 or 12381610. OLE color: 12381610.
HSL color Cylindrical-coordinate representation of color #AAEDBC: hue angle of 136.12º degrees, saturation: 0.65, 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 #AAEDBC is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 188 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 136.12º | 0.65% | 0.8% | - |
| HSV(B) | 136.12º | 0.28% | 0.93% | - |
| XYZ | 55.94 | 72.75 | 58.67 | - |
| YUV | 211.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 188 | 0.28 | 0 | 0.21 | 0.07 | 136.12 | 0.65 | 0.8 |
| Hex | AA | ED | BC | 1C | 0 | 15 | 7 | 88 | 41 | 50 |
| Octal | 252 | 355 | 274 | 34 | 0 | 25 | 7 | 210 | 101 | 120 |
| Binary | 10101010 | 11101101 | 10111100 | 11100 | 0 | 10101 | 111 | 10001000 | 1000001 | 1010000 |
Color Harmonies of #AAEDBC
Complementary color
Monochromatic Colors of #AAEDBC
Black with #AAEDBC
Text Example
Text Example
White with #AAEDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDBC; }
p { color: rgb(170,237,188); }
H1.HeaderClassName
{
color: #AAEDBC;
}
.AnyTagClassName
{
color: #AAEDBC;
}
</style>
background-color css
<style>
a { background-color: #AAEDBC; }
a { background-color: rgb(170,237,188); }
div.DivClassName
{
background-color: #AAEDBC;
}
.BgClassName
{
background-color: #AAEDBC;
}
</style>
border-color css
<style>
span { border-color: #AAEDBC; }
span { border-color: rgb(170,237,188); }
td.TdClassName
{
border-color: #AAEDBC;
}
.TagClassName
{
border-color: #AAEDBC;
}
</style>