Shades of Fringy Flower #AEEFC0
Tints of Fringy Flower #AEEFC0
RGB
CMYK
RGB Variations
Color information
#AEEFC0 (or 0xAEEFC0) is known color: Fringy Flower. HEX triplet: AE, EF and C0. RGB value is (174,239,192). Sum of RGB (Red+Green+Blue) = 174+239+192=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFC0 is #51103F. Grayscale: #D6D6D6. Windows color (decimal): -5312576 or 12644270. OLE color: 12644270.
HSL color Cylindrical-coordinate representation of color #AEEFC0: hue angle of 136.62º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AEEFC0 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 192 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.06 |
| HSL | 136.62º | 0.67% | 0.81% | - |
| HSV(B) | 136.62º | 0.27% | 0.94% | - |
| XYZ | 57.84 | 74.54 | 61.21 | - |
| YUV | 214.21 | 115.47 | 99.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 192 | 0.27 | 0 | 0.20 | 0.06 | 136.62 | 0.67 | 0.81 |
| Hex | AE | EF | C0 | 1B | 0 | 14 | 6 | 89 | 43 | 51 |
| Octal | 256 | 357 | 300 | 33 | 0 | 24 | 6 | 211 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11000000 | 11011 | 0 | 10100 | 110 | 10001001 | 1000011 | 1010001 |
Color Harmonies of #AEEFC0
Complementary color
Monochromatic Colors of #AEEFC0
Black with #AEEFC0
Text Example
Text Example
White with #AEEFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFC0; }
p { color: rgb(174,239,192); }
H1.HeaderClassName
{
color: #AEEFC0;
}
.AnyTagClassName
{
color: #AEEFC0;
}
</style>
background-color css
<style>
a { background-color: #AEEFC0; }
a { background-color: rgb(174,239,192); }
div.DivClassName
{
background-color: #AEEFC0;
}
.BgClassName
{
background-color: #AEEFC0;
}
</style>
border-color css
<style>
span { border-color: #AEEFC0; }
span { border-color: rgb(174,239,192); }
td.TdClassName
{
border-color: #AEEFC0;
}
.TagClassName
{
border-color: #AEEFC0;
}
</style>