Shades of Fringy Flower #A8EFB7
Tints of Fringy Flower #A8EFB7
RGB
CMYK
RGB Variations
Color information
#A8EFB7 (or 0xA8EFB7) is known color: Fringy Flower. HEX triplet: A8, EF and B7. RGB value is (168,239,183). Sum of RGB (Red+Green+Blue) = 168+239+183=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 183 (71.88% from 255 or 31.02% from 590); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EFB7 is #571048. Grayscale: #D3D3D3. Windows color (decimal): -5705801 or 12054440. OLE color: 12054440.
HSL color Cylindrical-coordinate representation of color #A8EFB7: hue angle of 132.68º 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 #A8EFB7 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 239 | 183 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.06 |
| HSL | 132.68º | 0.69% | 0.8% | - |
| HSV(B) | 132.68º | 0.3% | 0.94% | - |
| XYZ | 55.56 | 73.48 | 56.05 | - |
| YUV | 211.39 | 111.98 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 239 | 183 | 0.30 | 0 | 0.23 | 0.06 | 132.68 | 0.69 | 0.8 |
| Hex | A8 | EF | B7 | 1E | 0 | 17 | 6 | 85 | 45 | 50 |
| Octal | 250 | 357 | 267 | 36 | 0 | 27 | 6 | 205 | 105 | 120 |
| Binary | 10101000 | 11101111 | 10110111 | 11110 | 0 | 10111 | 110 | 10000101 | 1000101 | 1010000 |
Color Harmonies of #A8EFB7
Complementary color
Monochromatic Colors of #A8EFB7
Black with #A8EFB7
Text Example
Text Example
White with #A8EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EFB7; }
p { color: rgb(168,239,183); }
H1.HeaderClassName
{
color: #A8EFB7;
}
.AnyTagClassName
{
color: #A8EFB7;
}
</style>
background-color css
<style>
a { background-color: #A8EFB7; }
a { background-color: rgb(168,239,183); }
div.DivClassName
{
background-color: #A8EFB7;
}
.BgClassName
{
background-color: #A8EFB7;
}
</style>
border-color css
<style>
span { border-color: #A8EFB7; }
span { border-color: rgb(168,239,183); }
td.TdClassName
{
border-color: #A8EFB7;
}
.TagClassName
{
border-color: #A8EFB7;
}
</style>