Shades of Fringy Flower #AAEDBD
Tints of Fringy Flower #AAEDBD
RGB
CMYK
RGB Variations
Color information
#AAEDBD (or 0xAAEDBD) is known color: Fringy Flower. HEX triplet: AA, ED and BD. RGB value is (170,237,189). Sum of RGB (Red+Green+Blue) = 170+237+189=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 189 (74.22% from 255 or 31.71% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDBD is #551242. Grayscale: #D3D3D3. Windows color (decimal): -5575235 or 12447146. OLE color: 12447146.
HSL color Cylindrical-coordinate representation of color #AAEDBD: hue angle of 137.01º 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 #AAEDBD is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 189 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.07 |
| HSL | 137.01º | 0.65% | 0.8% | - |
| HSV(B) | 137.01º | 0.28% | 0.93% | - |
| XYZ | 56.05 | 72.79 | 59.24 | - |
| YUV | 211.5 | 115.3 | 98.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 189 | 0.28 | 0 | 0.20 | 0.07 | 137.01 | 0.65 | 0.8 |
| Hex | AA | ED | BD | 1C | 0 | 14 | 7 | 89 | 41 | 50 |
| Octal | 252 | 355 | 275 | 34 | 0 | 24 | 7 | 211 | 101 | 120 |
| Binary | 10101010 | 11101101 | 10111101 | 11100 | 0 | 10100 | 111 | 10001001 | 1000001 | 1010000 |
Color Harmonies of #AAEDBD
Complementary color
Monochromatic Colors of #AAEDBD
Black with #AAEDBD
Text Example
Text Example
White with #AAEDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDBD; }
p { color: rgb(170,237,189); }
H1.HeaderClassName
{
color: #AAEDBD;
}
.AnyTagClassName
{
color: #AAEDBD;
}
</style>
background-color css
<style>
a { background-color: #AAEDBD; }
a { background-color: rgb(170,237,189); }
div.DivClassName
{
background-color: #AAEDBD;
}
.BgClassName
{
background-color: #AAEDBD;
}
</style>
border-color css
<style>
span { border-color: #AAEDBD; }
span { border-color: rgb(170,237,189); }
td.TdClassName
{
border-color: #AAEDBD;
}
.TagClassName
{
border-color: #AAEDBD;
}
</style>