Shades of Fringy Flower #A5ECBB
Tints of Fringy Flower #A5ECBB
RGB
CMYK
RGB Variations
Color information
#A5ECBB (or 0xA5ECBB) is known color: Fringy Flower. HEX triplet: A5, EC and BB. RGB value is (165,236,187). Sum of RGB (Red+Green+Blue) = 165+236+187=588 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.06% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECBB is #5A1344. Grayscale: #D1D1D1. Windows color (decimal): -5903173 or 12315813. OLE color: 12315813.
HSL color Cylindrical-coordinate representation of color #A5ECBB: hue angle of 138.59º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECBB is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 187 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.07 |
| HSL | 138.59º | 0.65% | 0.79% | - |
| HSV(B) | 138.59º | 0.3% | 0.93% | - |
| XYZ | 54.48 | 71.58 | 57.96 | - |
| YUV | 209.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 187 | 0.30 | 0 | 0.21 | 0.07 | 138.59 | 0.65 | 0.79 |
| Hex | A5 | EC | BB | 1E | 0 | 15 | 7 | 8B | 41 | 4F |
| Octal | 245 | 354 | 273 | 36 | 0 | 25 | 7 | 213 | 101 | 117 |
| Binary | 10100101 | 11101100 | 10111011 | 11110 | 0 | 10101 | 111 | 10001011 | 1000001 | 1001111 |
Color Harmonies of #A5ECBB
Complementary color
Monochromatic Colors of #A5ECBB
Black with #A5ECBB
Text Example
Text Example
White with #A5ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECBB; }
p { color: rgb(165,236,187); }
H1.HeaderClassName
{
color: #A5ECBB;
}
.AnyTagClassName
{
color: #A5ECBB;
}
</style>
background-color css
<style>
a { background-color: #A5ECBB; }
a { background-color: rgb(165,236,187); }
div.DivClassName
{
background-color: #A5ECBB;
}
.BgClassName
{
background-color: #A5ECBB;
}
</style>
border-color css
<style>
span { border-color: #A5ECBB; }
span { border-color: rgb(165,236,187); }
td.TdClassName
{
border-color: #A5ECBB;
}
.TagClassName
{
border-color: #A5ECBB;
}
</style>