Shades of Fringy Flower #A5E8BB
Tints of Fringy Flower #A5E8BB
RGB
CMYK
RGB Variations
Color information
#A5E8BB (or 0xA5E8BB) is known color: Fringy Flower. HEX triplet: A5, E8 and BB. RGB value is (165,232,187). Sum of RGB (Red+Green+Blue) = 165+232+187=584 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.25% from 584); Green value is 232 (91.02% from 255 or 39.73% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E8BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E8BB is #5A1744. Grayscale: #CECECE. Windows color (decimal): -5904197 or 12314789. OLE color: 12314789.
HSL color Cylindrical-coordinate representation of color #A5E8BB: hue angle of 139.7º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E8BB is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 187 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.09 |
| HSL | 139.7º | 0.59% | 0.78% | - |
| HSV(B) | 139.7º | 0.29% | 0.91% | - |
| XYZ | 53.34 | 69.3 | 57.58 | - |
| YUV | 206.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 187 | 0.29 | 0 | 0.19 | 0.09 | 139.7 | 0.59 | 0.78 |
| Hex | A5 | E8 | BB | 1D | 0 | 13 | 9 | 8C | 3B | 4E |
| Octal | 245 | 350 | 273 | 35 | 0 | 23 | 11 | 214 | 73 | 116 |
| Binary | 10100101 | 11101000 | 10111011 | 11101 | 0 | 10011 | 1001 | 10001100 | 111011 | 1001110 |
Color Harmonies of #A5E8BB
Complementary color
Monochromatic Colors of #A5E8BB
Black with #A5E8BB
Text Example
Text Example
White with #A5E8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E8BB; }
p { color: rgb(165,232,187); }
H1.HeaderClassName
{
color: #A5E8BB;
}
.AnyTagClassName
{
color: #A5E8BB;
}
</style>
background-color css
<style>
a { background-color: #A5E8BB; }
a { background-color: rgb(165,232,187); }
div.DivClassName
{
background-color: #A5E8BB;
}
.BgClassName
{
background-color: #A5E8BB;
}
</style>
border-color css
<style>
span { border-color: #A5E8BB; }
span { border-color: rgb(165,232,187); }
td.TdClassName
{
border-color: #A5E8BB;
}
.TagClassName
{
border-color: #A5E8BB;
}
</style>