Shades of Fringy Flower #A8EFBE
Tints of Fringy Flower #A8EFBE
RGB
CMYK
RGB Variations
Color information
#A8EFBE (or 0xA8EFBE) is known color: Fringy Flower. HEX triplet: A8, EF and BE. RGB value is (168,239,190). Sum of RGB (Red+Green+Blue) = 168+239+190=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 190 (74.61% from 255 or 31.83% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFBE is #571041. Grayscale: #D4D4D4. Windows color (decimal): -5705794 or 12513192. OLE color: 12513192.
HSL color Cylindrical-coordinate representation of color #A8EFBE: hue angle of 138.59º 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 #A8EFBE is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 190 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.06 |
| HSL | 138.59º | 0.69% | 0.8% | - |
| HSV(B) | 138.59º | 0.3% | 0.94% | - |
| XYZ | 56.31 | 73.78 | 59.99 | - |
| YUV | 212.19 | 115.48 | 96.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 190 | 0.30 | 0 | 0.21 | 0.06 | 138.59 | 0.69 | 0.8 |
| Hex | A8 | EF | BE | 1E | 0 | 15 | 6 | 8B | 45 | 50 |
| Octal | 250 | 357 | 276 | 36 | 0 | 25 | 6 | 213 | 105 | 120 |
| Binary | 10101000 | 11101111 | 10111110 | 11110 | 0 | 10101 | 110 | 10001011 | 1000101 | 1010000 |
Color Harmonies of #A8EFBE
Complementary color
Monochromatic Colors of #A8EFBE
Black with #A8EFBE
Text Example
Text Example
White with #A8EFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFBE; }
p { color: rgb(168,239,190); }
H1.HeaderClassName
{
color: #A8EFBE;
}
.AnyTagClassName
{
color: #A8EFBE;
}
</style>
background-color css
<style>
a { background-color: #A8EFBE; }
a { background-color: rgb(168,239,190); }
div.DivClassName
{
background-color: #A8EFBE;
}
.BgClassName
{
background-color: #A8EFBE;
}
</style>
border-color css
<style>
span { border-color: #A8EFBE; }
span { border-color: rgb(168,239,190); }
td.TdClassName
{
border-color: #A8EFBE;
}
.TagClassName
{
border-color: #A8EFBE;
}
</style>