Shades of Fringy Flower #AAECC1
Tints of Fringy Flower #AAECC1
RGB
CMYK
RGB Variations
Color information
#AAECC1 (or 0xAAECC1) is known color: Fringy Flower. HEX triplet: AA, EC and C1. RGB value is (170,236,193). Sum of RGB (Red+Green+Blue) = 170+236+193=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 193 (75.78% from 255 or 32.22% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC1 is #55133E. Grayscale: #D3D3D3. Windows color (decimal): -5575487 or 12709034. OLE color: 12709034.
HSL color Cylindrical-coordinate representation of color #AAECC1: hue angle of 140.91º degrees, saturation: 0.63, 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 #AAECC1 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 193 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.07 |
| HSL | 140.91º | 0.63% | 0.8% | - |
| HSV(B) | 140.91º | 0.28% | 0.93% | - |
| XYZ | 56.2 | 72.39 | 61.46 | - |
| YUV | 211.36 | 117.63 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 193 | 0.28 | 0 | 0.18 | 0.07 | 140.91 | 0.63 | 0.8 |
| Hex | AA | EC | C1 | 1C | 0 | 12 | 7 | 8D | 3F | 50 |
| Octal | 252 | 354 | 301 | 34 | 0 | 22 | 7 | 215 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11000001 | 11100 | 0 | 10010 | 111 | 10001101 | 111111 | 1010000 |
Color Harmonies of #AAECC1
Complementary color
Monochromatic Colors of #AAECC1
Black with #AAECC1
Text Example
Text Example
White with #AAECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECC1; }
p { color: rgb(170,236,193); }
H1.HeaderClassName
{
color: #AAECC1;
}
.AnyTagClassName
{
color: #AAECC1;
}
</style>
background-color css
<style>
a { background-color: #AAECC1; }
a { background-color: rgb(170,236,193); }
div.DivClassName
{
background-color: #AAECC1;
}
.BgClassName
{
background-color: #AAECC1;
}
</style>
border-color css
<style>
span { border-color: #AAECC1; }
span { border-color: rgb(170,236,193); }
td.TdClassName
{
border-color: #AAECC1;
}
.TagClassName
{
border-color: #AAECC1;
}
</style>