Shades of Fringy Flower #A5F6BB
Tints of Fringy Flower #A5F6BB
RGB
CMYK
RGB Variations
Color information
#A5F6BB (or 0xA5F6BB) is known color: Fringy Flower. HEX triplet: A5, F6 and BB. RGB value is (165,246,187). Sum of RGB (Red+Green+Blue) = 165+246+187=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 246 (96.48% from 255 or 41.14% from 598); Blue value is 187 (73.44% from 255 or 31.27% from 598); Max value from RGB is 246 - color contains mainly: green. Hex color #A5F6BB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F6BB is #5A0944. Grayscale: #D7D7D7. Windows color (decimal): -5900613 or 12318373. OLE color: 12318373.
HSL color Cylindrical-coordinate representation of color #A5F6BB: hue angle of 136.3º degrees, saturation: 0.82, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F6BB is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 246 | 187 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.04 |
| HSL | 136.3º | 0.82% | 0.81% | - |
| HSV(B) | 136.3º | 0.33% | 0.96% | - |
| XYZ | 57.44 | 77.5 | 58.94 | - |
| YUV | 215.06 | 112.16 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 246 | 187 | 0.33 | 0 | 0.24 | 0.04 | 136.3 | 0.82 | 0.81 |
| Hex | A5 | F6 | BB | 21 | 0 | 18 | 4 | 88 | 52 | 51 |
| Octal | 245 | 366 | 273 | 41 | 0 | 30 | 4 | 210 | 122 | 121 |
| Binary | 10100101 | 11110110 | 10111011 | 100001 | 0 | 11000 | 100 | 10001000 | 1010010 | 1010001 |
Color Harmonies of #A5F6BB
Complementary color
Monochromatic Colors of #A5F6BB
Black with #A5F6BB
Text Example
Text Example
White with #A5F6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F6BB; }
p { color: rgb(165,246,187); }
H1.HeaderClassName
{
color: #A5F6BB;
}
.AnyTagClassName
{
color: #A5F6BB;
}
</style>
background-color css
<style>
a { background-color: #A5F6BB; }
a { background-color: rgb(165,246,187); }
div.DivClassName
{
background-color: #A5F6BB;
}
.BgClassName
{
background-color: #A5F6BB;
}
</style>
border-color css
<style>
span { border-color: #A5F6BB; }
span { border-color: rgb(165,246,187); }
td.TdClassName
{
border-color: #A5F6BB;
}
.TagClassName
{
border-color: #A5F6BB;
}
</style>