Shades of Fringy Flower #A8EBB9
Tints of Fringy Flower #A8EBB9
RGB
CMYK
RGB Variations
Color information
#A8EBB9 (or 0xA8EBB9) is known color: Fringy Flower. HEX triplet: A8, EB and B9. RGB value is (168,235,185). Sum of RGB (Red+Green+Blue) = 168+235+185=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 235 (92.19% from 255 or 39.97% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBB9 is #571446. Grayscale: #D1D1D1. Windows color (decimal): -5706823 or 12184488. OLE color: 12184488.
HSL color Cylindrical-coordinate representation of color #A8EBB9: hue angle of 135.22º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBB9 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 185 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.08 |
| HSL | 135.22º | 0.63% | 0.79% | - |
| HSV(B) | 135.22º | 0.29% | 0.92% | - |
| XYZ | 54.61 | 71.24 | 56.77 | - |
| YUV | 209.27 | 114.3 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 185 | 0.29 | 0 | 0.21 | 0.08 | 135.22 | 0.63 | 0.79 |
| Hex | A8 | EB | B9 | 1D | 0 | 15 | 8 | 87 | 3F | 4F |
| Octal | 250 | 353 | 271 | 35 | 0 | 25 | 10 | 207 | 77 | 117 |
| Binary | 10101000 | 11101011 | 10111001 | 11101 | 0 | 10101 | 1000 | 10000111 | 111111 | 1001111 |
Color Harmonies of #A8EBB9
Complementary color
Monochromatic Colors of #A8EBB9
Black with #A8EBB9
Text Example
Text Example
White with #A8EBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBB9; }
p { color: rgb(168,235,185); }
H1.HeaderClassName
{
color: #A8EBB9;
}
.AnyTagClassName
{
color: #A8EBB9;
}
</style>
background-color css
<style>
a { background-color: #A8EBB9; }
a { background-color: rgb(168,235,185); }
div.DivClassName
{
background-color: #A8EBB9;
}
.BgClassName
{
background-color: #A8EBB9;
}
</style>
border-color css
<style>
span { border-color: #A8EBB9; }
span { border-color: rgb(168,235,185); }
td.TdClassName
{
border-color: #A8EBB9;
}
.TagClassName
{
border-color: #A8EBB9;
}
</style>