Shades of Fringy Flower #AAEEBB
Tints of Fringy Flower #AAEEBB
RGB
CMYK
RGB Variations
Color information
#AAEEBB (or 0xAAEEBB) is known color: Fringy Flower. HEX triplet: AA, EE and BB. RGB value is (170,238,187). Sum of RGB (Red+Green+Blue) = 170+238+187=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEBB is #551144. Grayscale: #D3D3D3. Windows color (decimal): -5574981 or 12316330. OLE color: 12316330.
HSL color Cylindrical-coordinate representation of color #AAEEBB: hue angle of 135º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAEEBB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 187 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 135º | 0.67% | 0.8% | - |
| HSV(B) | 135º | 0.29% | 0.93% | - |
| XYZ | 56.12 | 73.28 | 58.2 | - |
| YUV | 211.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 187 | 0.29 | 0 | 0.21 | 0.07 | 135 | 0.67 | 0.8 |
| Hex | AA | EE | BB | 1D | 0 | 15 | 7 | 87 | 43 | 50 |
| Octal | 252 | 356 | 273 | 35 | 0 | 25 | 7 | 207 | 103 | 120 |
| Binary | 10101010 | 11101110 | 10111011 | 11101 | 0 | 10101 | 111 | 10000111 | 1000011 | 1010000 |
Color Harmonies of #AAEEBB
Complementary color
Monochromatic Colors of #AAEEBB
Black with #AAEEBB
Text Example
Text Example
White with #AAEEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEBB; }
p { color: rgb(170,238,187); }
H1.HeaderClassName
{
color: #AAEEBB;
}
.AnyTagClassName
{
color: #AAEEBB;
}
</style>
background-color css
<style>
a { background-color: #AAEEBB; }
a { background-color: rgb(170,238,187); }
div.DivClassName
{
background-color: #AAEEBB;
}
.BgClassName
{
background-color: #AAEEBB;
}
</style>
border-color css
<style>
span { border-color: #AAEEBB; }
span { border-color: rgb(170,238,187); }
td.TdClassName
{
border-color: #AAEEBB;
}
.TagClassName
{
border-color: #AAEEBB;
}
</style>