Shades of Fringy Flower #AAEDBB
Tints of Fringy Flower #AAEDBB
RGB
CMYK
RGB Variations
Color information
#AAEDBB (or 0xAAEDBB) is known color: Fringy Flower. HEX triplet: AA, ED and BB. RGB value is (170,237,187). Sum of RGB (Red+Green+Blue) = 170+237+187=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDBB is #551244. Grayscale: #D3D3D3. Windows color (decimal): -5575237 or 12316074. OLE color: 12316074.
HSL color Cylindrical-coordinate representation of color #AAEDBB: hue angle of 135.22º 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 #AAEDBB is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 187 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.07 |
| HSL | 135.22º | 0.65% | 0.8% | - |
| HSV(B) | 135.22º | 0.28% | 0.93% | - |
| XYZ | 55.83 | 72.7 | 58.1 | - |
| YUV | 211.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 187 | 0.28 | 0 | 0.21 | 0.07 | 135.22 | 0.65 | 0.8 |
| Hex | AA | ED | BB | 1C | 0 | 15 | 7 | 87 | 41 | 50 |
| Octal | 252 | 355 | 273 | 34 | 0 | 25 | 7 | 207 | 101 | 120 |
| Binary | 10101010 | 11101101 | 10111011 | 11100 | 0 | 10101 | 111 | 10000111 | 1000001 | 1010000 |
Color Harmonies of #AAEDBB
Complementary color
Monochromatic Colors of #AAEDBB
Black with #AAEDBB
Text Example
Text Example
White with #AAEDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDBB; }
p { color: rgb(170,237,187); }
H1.HeaderClassName
{
color: #AAEDBB;
}
.AnyTagClassName
{
color: #AAEDBB;
}
</style>
background-color css
<style>
a { background-color: #AAEDBB; }
a { background-color: rgb(170,237,187); }
div.DivClassName
{
background-color: #AAEDBB;
}
.BgClassName
{
background-color: #AAEDBB;
}
</style>
border-color css
<style>
span { border-color: #AAEDBB; }
span { border-color: rgb(170,237,187); }
td.TdClassName
{
border-color: #AAEDBB;
}
.TagClassName
{
border-color: #AAEDBB;
}
</style>