Shades of Fringy Flower #A8EFBB
Tints of Fringy Flower #A8EFBB
RGB
CMYK
RGB Variations
Color information
#A8EFBB (or 0xA8EFBB) is known color: Fringy Flower. HEX triplet: A8, EF and BB. RGB value is (168,239,187). Sum of RGB (Red+Green+Blue) = 168+239+187=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 239 (93.75% from 255 or 40.24% from 594); Blue value is 187 (73.44% from 255 or 31.48% from 594); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFBB is #571044. Grayscale: #D3D3D3. Windows color (decimal): -5705797 or 12316584. OLE color: 12316584.
HSL color Cylindrical-coordinate representation of color #A8EFBB: hue angle of 136.06º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8EFBB is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 187 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.06 |
| HSL | 136.06º | 0.69% | 0.8% | - |
| HSV(B) | 136.06º | 0.3% | 0.94% | - |
| XYZ | 55.98 | 73.65 | 58.28 | - |
| YUV | 211.84 | 113.98 | 96.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 187 | 0.30 | 0 | 0.22 | 0.06 | 136.06 | 0.69 | 0.8 |
| Hex | A8 | EF | BB | 1E | 0 | 16 | 6 | 88 | 45 | 50 |
| Octal | 250 | 357 | 273 | 36 | 0 | 26 | 6 | 210 | 105 | 120 |
| Binary | 10101000 | 11101111 | 10111011 | 11110 | 0 | 10110 | 110 | 10001000 | 1000101 | 1010000 |
Color Harmonies of #A8EFBB
Complementary color
Monochromatic Colors of #A8EFBB
Black with #A8EFBB
Text Example
Text Example
White with #A8EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFBB; }
p { color: rgb(168,239,187); }
H1.HeaderClassName
{
color: #A8EFBB;
}
.AnyTagClassName
{
color: #A8EFBB;
}
</style>
background-color css
<style>
a { background-color: #A8EFBB; }
a { background-color: rgb(168,239,187); }
div.DivClassName
{
background-color: #A8EFBB;
}
.BgClassName
{
background-color: #A8EFBB;
}
</style>
border-color css
<style>
span { border-color: #A8EFBB; }
span { border-color: rgb(168,239,187); }
td.TdClassName
{
border-color: #A8EFBB;
}
.TagClassName
{
border-color: #A8EFBB;
}
</style>