Shades of Fringy Flower #AEEEC2
Tints of Fringy Flower #AEEEC2
RGB
CMYK
RGB Variations
Color information
#AEEEC2 (or 0xAEEEC2) is known color: Fringy Flower. HEX triplet: AE, EE and C2. RGB value is (174,238,194). Sum of RGB (Red+Green+Blue) = 174+238+194=606 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.71% from 606); Green value is 238 (93.36% from 255 or 39.27% from 606); Blue value is 194 (76.17% from 255 or 32.01% from 606); Max value from RGB is 238 - color contains mainly: green. Hex color #AEEEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEEC2 is #51113D. Grayscale: #D5D5D5. Windows color (decimal): -5312830 or 12775086. OLE color: 12775086.
HSL color Cylindrical-coordinate representation of color #AEEEC2: hue angle of 138.75º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEEC2 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 174 | 238 | 194 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.07 |
| HSL | 138.75º | 0.65% | 0.81% | - |
| HSV(B) | 138.75º | 0.27% | 0.93% | - |
| XYZ | 57.77 | 74.04 | 62.29 | - |
| YUV | 213.85 | 116.8 | 99.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 238 | 194 | 0.27 | 0 | 0.18 | 0.07 | 138.75 | 0.65 | 0.81 |
| Hex | AE | EE | C2 | 1B | 0 | 12 | 7 | 8B | 41 | 51 |
| Octal | 256 | 356 | 302 | 33 | 0 | 22 | 7 | 213 | 101 | 121 |
| Binary | 10101110 | 11101110 | 11000010 | 11011 | 0 | 10010 | 111 | 10001011 | 1000001 | 1010001 |
Color Harmonies of #AEEEC2
Complementary color
Monochromatic Colors of #AEEEC2
Black with #AEEEC2
Text Example
Text Example
White with #AEEEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEEC2; }
p { color: rgb(174,238,194); }
H1.HeaderClassName
{
color: #AEEEC2;
}
.AnyTagClassName
{
color: #AEEEC2;
}
</style>
background-color css
<style>
a { background-color: #AEEEC2; }
a { background-color: rgb(174,238,194); }
div.DivClassName
{
background-color: #AEEEC2;
}
.BgClassName
{
background-color: #AEEEC2;
}
</style>
border-color css
<style>
span { border-color: #AEEEC2; }
span { border-color: rgb(174,238,194); }
td.TdClassName
{
border-color: #AEEEC2;
}
.TagClassName
{
border-color: #AEEEC2;
}
</style>