Shades of Fringy Flower #AAEABF
Tints of Fringy Flower #AAEABF
RGB
CMYK
RGB Variations
Color information
#AAEABF (or 0xAAEABF) is known color: Fringy Flower. HEX triplet: AA, EA and BF. RGB value is (170,234,191). Sum of RGB (Red+Green+Blue) = 170+234+191=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 191 (75% from 255 or 32.10% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEABF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEABF is #551540. Grayscale: #D2D2D2. Windows color (decimal): -5576001 or 12577450. OLE color: 12577450.
HSL color Cylindrical-coordinate representation of color #AAEABF: hue angle of 139.69º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAEABF is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 234 | 191 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.08 |
| HSL | 139.69º | 0.6% | 0.79% | - |
| HSV(B) | 139.69º | 0.27% | 0.92% | - |
| XYZ | 55.4 | 71.15 | 60.1 | - |
| YUV | 209.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 234 | 191 | 0.27 | 0 | 0.18 | 0.08 | 139.69 | 0.6 | 0.79 |
| Hex | AA | EA | BF | 1B | 0 | 12 | 8 | 8C | 3C | 4F |
| Octal | 252 | 352 | 277 | 33 | 0 | 22 | 10 | 214 | 74 | 117 |
| Binary | 10101010 | 11101010 | 10111111 | 11011 | 0 | 10010 | 1000 | 10001100 | 111100 | 1001111 |
Color Harmonies of #AAEABF
Complementary color
Monochromatic Colors of #AAEABF
Black with #AAEABF
Text Example
Text Example
White with #AAEABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEABF; }
p { color: rgb(170,234,191); }
H1.HeaderClassName
{
color: #AAEABF;
}
.AnyTagClassName
{
color: #AAEABF;
}
</style>
background-color css
<style>
a { background-color: #AAEABF; }
a { background-color: rgb(170,234,191); }
div.DivClassName
{
background-color: #AAEABF;
}
.BgClassName
{
background-color: #AAEABF;
}
</style>
border-color css
<style>
span { border-color: #AAEABF; }
span { border-color: rgb(170,234,191); }
td.TdClassName
{
border-color: #AAEABF;
}
.TagClassName
{
border-color: #AAEABF;
}
</style>