Shades of Fringy Flower #AEEABB
Tints of Fringy Flower #AEEABB
RGB
CMYK
RGB Variations
Color information
#AEEABB (or 0xAEEABB) is known color: Fringy Flower. HEX triplet: AE, EA and BB. RGB value is (174,234,187). Sum of RGB (Red+Green+Blue) = 174+234+187=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AEEABB is #511544. Grayscale: #D2D2D2. Windows color (decimal): -5313861 or 12315310. OLE color: 12315310.
HSL color Cylindrical-coordinate representation of color #AEEABB: hue angle of 133º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEEABB is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
RGB | 174 | 234 | 187 | - |
CMYK | 0.26 | 0 | 0.20 | 0.08 |
HSL | 133º | 0.59% | 0.8% | - |
HSV(B) | 133º | 0.26% | 0.92% | - |
XYZ | 55.85 | 71.43 | 57.86 | - |
YUV | 210.7 | 114.62 | 101.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 174 | 234 | 187 | 0.26 | 0 | 0.20 | 0.08 | 133 | 0.59 | 0.8 |
Hex | AE | EA | BB | 1A | 0 | 14 | 8 | 85 | 3B | 50 |
Octal | 256 | 352 | 273 | 32 | 0 | 24 | 10 | 205 | 73 | 120 |
Binary | 10101110 | 11101010 | 10111011 | 11010 | 0 | 10100 | 1000 | 10000101 | 111011 | 1010000 |
Color Harmonies of #AEEABB
Complementary color
Monochromatic Colors of #AEEABB
Black with #AEEABB
Text Example
Text Example
White with #AEEABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEEABB; }
p { color: rgb(174,234,187); }
H1.HeaderClassName
{
color: #AEEABB;
}
.AnyTagClassName
{
color: #AEEABB;
}
</style>
background-color css
<style>
a { background-color: #AEEABB; }
a { background-color: rgb(174,234,187); }
div.DivClassName
{
background-color: #AEEABB;
}
.BgClassName
{
background-color: #AEEABB;
}
</style>
border-color css
<style>
span { border-color: #AEEABB; }
span { border-color: rgb(174,234,187); }
td.TdClassName
{
border-color: #AEEABB;
}
.TagClassName
{
border-color: #AEEABB;
}
</style>