Shades of Fringy Flower #AAEEC0
Tints of Fringy Flower #AAEEC0
RGB
CMYK
RGB Variations
Color information
#AAEEC0 (or 0xAAEEC0) is known color: Fringy Flower. HEX triplet: AA, EE and C0. RGB value is (170,238,192). Sum of RGB (Red+Green+Blue) = 170+238+192=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 192 (75.39% from 255 or 32% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEC0 is #55113F. Grayscale: #D4D4D4. Windows color (decimal): -5574976 or 12644010. OLE color: 12644010.
HSL color Cylindrical-coordinate representation of color #AAEEC0: hue angle of 139.41º 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 #AAEEC0 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 192 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 139.41º | 0.67% | 0.8% | - |
| HSV(B) | 139.41º | 0.29% | 0.93% | - |
| XYZ | 56.67 | 73.5 | 61.07 | - |
| YUV | 212.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 192 | 0.29 | 0 | 0.19 | 0.07 | 139.41 | 0.67 | 0.8 |
| Hex | AA | EE | C0 | 1D | 0 | 13 | 7 | 8B | 43 | 50 |
| Octal | 252 | 356 | 300 | 35 | 0 | 23 | 7 | 213 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11000000 | 11101 | 0 | 10011 | 111 | 10001011 | 1000011 | 1010000 |
Color Harmonies of #AAEEC0
Complementary color
Monochromatic Colors of #AAEEC0
Black with #AAEEC0
Text Example
Text Example
White with #AAEEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEC0; }
p { color: rgb(170,238,192); }
H1.HeaderClassName
{
color: #AAEEC0;
}
.AnyTagClassName
{
color: #AAEEC0;
}
</style>
background-color css
<style>
a { background-color: #AAEEC0; }
a { background-color: rgb(170,238,192); }
div.DivClassName
{
background-color: #AAEEC0;
}
.BgClassName
{
background-color: #AAEEC0;
}
</style>
border-color css
<style>
span { border-color: #AAEEC0; }
span { border-color: rgb(170,238,192); }
td.TdClassName
{
border-color: #AAEEC0;
}
.TagClassName
{
border-color: #AAEEC0;
}
</style>