Shades of Fringy Flower #A8E1BE
Tints of Fringy Flower #A8E1BE
RGB
CMYK
RGB Variations
Color information
#A8E1BE (or 0xA8E1BE) is known color: Fringy Flower. HEX triplet: A8, E1 and BE. RGB value is (168,225,190). Sum of RGB (Red+Green+Blue) = 168+225+190=583 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.82% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 190 (74.61% from 255 or 32.59% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1BE is #571E41. Grayscale: #CCCCCC. Windows color (decimal): -5709378 or 12509608. OLE color: 12509608.
HSL color Cylindrical-coordinate representation of color #A8E1BE: hue angle of 143.16º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1BE is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 190 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.12 |
| HSL | 143.16º | 0.49% | 0.77% | - |
| HSV(B) | 143.16º | 0.25% | 0.88% | - |
| XYZ | 52.37 | 65.89 | 58.67 | - |
| YUV | 203.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 190 | 0.25 | 0 | 0.16 | 0.12 | 143.16 | 0.49 | 0.77 |
| Hex | A8 | E1 | BE | 19 | 0 | 10 | C | 8F | 31 | 4D |
| Octal | 250 | 341 | 276 | 31 | 0 | 20 | 14 | 217 | 61 | 115 |
| Binary | 10101000 | 11100001 | 10111110 | 11001 | 0 | 10000 | 1100 | 10001111 | 110001 | 1001101 |
Color Harmonies of #A8E1BE
Complementary color
Monochromatic Colors of #A8E1BE
Black with #A8E1BE
Text Example
Text Example
White with #A8E1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1BE; }
p { color: rgb(168,225,190); }
H1.HeaderClassName
{
color: #A8E1BE;
}
.AnyTagClassName
{
color: #A8E1BE;
}
</style>
background-color css
<style>
a { background-color: #A8E1BE; }
a { background-color: rgb(168,225,190); }
div.DivClassName
{
background-color: #A8E1BE;
}
.BgClassName
{
background-color: #A8E1BE;
}
</style>
border-color css
<style>
span { border-color: #A8E1BE; }
span { border-color: rgb(168,225,190); }
td.TdClassName
{
border-color: #A8E1BE;
}
.TagClassName
{
border-color: #A8E1BE;
}
</style>