Shades of Fringy Flower #AAEEC1
Tints of Fringy Flower #AAEEC1
RGB
CMYK
RGB Variations
Color information
#AAEEC1 (or 0xAAEEC1) is known color: Fringy Flower. HEX triplet: AA, EE and C1. RGB value is (170,238,193). Sum of RGB (Red+Green+Blue) = 170+238+193=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 238 (93.36% from 255 or 39.60% from 601); Blue value is 193 (75.78% from 255 or 32.11% from 601); Max value from RGB is 238 - color contains mainly: green. Hex color #AAEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEEC1 is #55113E. Grayscale: #D4D4D4. Windows color (decimal): -5574975 or 12709546. OLE color: 12709546.
HSL color Cylindrical-coordinate representation of color #AAEEC1: hue angle of 140.29º 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 #AAEEC1 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 238 | 193 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 140.29º | 0.67% | 0.8% | - |
| HSV(B) | 140.29º | 0.29% | 0.93% | - |
| XYZ | 56.78 | 73.55 | 61.66 | - |
| YUV | 212.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 238 | 193 | 0.29 | 0 | 0.19 | 0.07 | 140.29 | 0.67 | 0.8 |
| Hex | AA | EE | C1 | 1D | 0 | 13 | 7 | 8C | 43 | 50 |
| Octal | 252 | 356 | 301 | 35 | 0 | 23 | 7 | 214 | 103 | 120 |
| Binary | 10101010 | 11101110 | 11000001 | 11101 | 0 | 10011 | 111 | 10001100 | 1000011 | 1010000 |
Color Harmonies of #AAEEC1
Complementary color
Monochromatic Colors of #AAEEC1
Black with #AAEEC1
Text Example
Text Example
White with #AAEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEEC1; }
p { color: rgb(170,238,193); }
H1.HeaderClassName
{
color: #AAEEC1;
}
.AnyTagClassName
{
color: #AAEEC1;
}
</style>
background-color css
<style>
a { background-color: #AAEEC1; }
a { background-color: rgb(170,238,193); }
div.DivClassName
{
background-color: #AAEEC1;
}
.BgClassName
{
background-color: #AAEEC1;
}
</style>
border-color css
<style>
span { border-color: #AAEEC1; }
span { border-color: rgb(170,238,193); }
td.TdClassName
{
border-color: #AAEEC1;
}
.TagClassName
{
border-color: #AAEEC1;
}
</style>