Shades of Fringy Flower #A5EABB
Tints of Fringy Flower #A5EABB
RGB
CMYK
RGB Variations
Color information
#A5EABB (or 0xA5EABB) is known color: Fringy Flower. HEX triplet: A5, EA and BB. RGB value is (165,234,187). Sum of RGB (Red+Green+Blue) = 165+234+187=586 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.16% from 586); Green value is 234 (91.80% from 255 or 39.93% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EABB is #5A1544. Grayscale: #D0D0D0. Windows color (decimal): -5903685 or 12315301. OLE color: 12315301.
HSL color Cylindrical-coordinate representation of color #A5EABB: hue angle of 139.13º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EABB is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 187 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.08 |
| HSL | 139.13º | 0.62% | 0.78% | - |
| HSV(B) | 139.13º | 0.29% | 0.92% | - |
| XYZ | 53.91 | 70.43 | 57.77 | - |
| YUV | 208.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 187 | 0.29 | 0 | 0.20 | 0.08 | 139.13 | 0.62 | 0.78 |
| Hex | A5 | EA | BB | 1D | 0 | 14 | 8 | 8B | 3E | 4E |
| Octal | 245 | 352 | 273 | 35 | 0 | 24 | 10 | 213 | 76 | 116 |
| Binary | 10100101 | 11101010 | 10111011 | 11101 | 0 | 10100 | 1000 | 10001011 | 111110 | 1001110 |
Color Harmonies of #A5EABB
Complementary color
Monochromatic Colors of #A5EABB
Black with #A5EABB
Text Example
Text Example
White with #A5EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EABB; }
p { color: rgb(165,234,187); }
H1.HeaderClassName
{
color: #A5EABB;
}
.AnyTagClassName
{
color: #A5EABB;
}
</style>
background-color css
<style>
a { background-color: #A5EABB; }
a { background-color: rgb(165,234,187); }
div.DivClassName
{
background-color: #A5EABB;
}
.BgClassName
{
background-color: #A5EABB;
}
</style>
border-color css
<style>
span { border-color: #A5EABB; }
span { border-color: rgb(165,234,187); }
td.TdClassName
{
border-color: #A5EABB;
}
.TagClassName
{
border-color: #A5EABB;
}
</style>