Shades of Fringy Flower #AEEFC2
Tints of Fringy Flower #AEEFC2
RGB
CMYK
RGB Variations
Color information
#AEEFC2 (or 0xAEEFC2) is known color: Fringy Flower. HEX triplet: AE, EF and C2. RGB value is (174,239,194). Sum of RGB (Red+Green+Blue) = 174+239+194=607 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.67% from 607); Green value is 239 (93.75% from 255 or 39.37% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 239 - color contains mainly: green. Hex color #AEEFC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEFC2 is #51103D. Grayscale: #D6D6D6. Windows color (decimal): -5312574 or 12775342. OLE color: 12775342.
HSL color Cylindrical-coordinate representation of color #AEEFC2: hue angle of 138.46º 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 #AEEFC2 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 174 | 239 | 194 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.06 |
| HSL | 138.46º | 0.67% | 0.81% | - |
| HSV(B) | 138.46º | 0.27% | 0.94% | - |
| XYZ | 58.06 | 74.63 | 62.38 | - |
| YUV | 214.44 | 116.47 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 239 | 194 | 0.27 | 0 | 0.19 | 0.06 | 138.46 | 0.67 | 0.81 |
| Hex | AE | EF | C2 | 1B | 0 | 13 | 6 | 8A | 43 | 51 |
| Octal | 256 | 357 | 302 | 33 | 0 | 23 | 6 | 212 | 103 | 121 |
| Binary | 10101110 | 11101111 | 11000010 | 11011 | 0 | 10011 | 110 | 10001010 | 1000011 | 1010001 |
Color Harmonies of #AEEFC2
Complementary color
Monochromatic Colors of #AEEFC2
Black with #AEEFC2
Text Example
Text Example
White with #AEEFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEFC2; }
p { color: rgb(174,239,194); }
H1.HeaderClassName
{
color: #AEEFC2;
}
.AnyTagClassName
{
color: #AEEFC2;
}
</style>
background-color css
<style>
a { background-color: #AEEFC2; }
a { background-color: rgb(174,239,194); }
div.DivClassName
{
background-color: #AEEFC2;
}
.BgClassName
{
background-color: #AEEFC2;
}
</style>
border-color css
<style>
span { border-color: #AEEFC2; }
span { border-color: rgb(174,239,194); }
td.TdClassName
{
border-color: #AEEFC2;
}
.TagClassName
{
border-color: #AEEFC2;
}
</style>