Shades of Fringy Flower #A8E6BE
Tints of Fringy Flower #A8E6BE
RGB
CMYK
RGB Variations
Color information
#A8E6BE (or 0xA8E6BE) is known color: Fringy Flower. HEX triplet: A8, E6 and BE. RGB value is (168,230,190). Sum of RGB (Red+Green+Blue) = 168+230+190=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 230 (90.23% from 255 or 39.12% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 230 - color contains mainly: green. Hex color #A8E6BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E6BE is #571941. Grayscale: #CFCFCF. Windows color (decimal): -5708098 or 12510888. OLE color: 12510888.
HSL color Cylindrical-coordinate representation of color #A8E6BE: hue angle of 141.29º degrees, saturation: 0.55, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E6BE is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 230 | 190 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.10 |
| HSL | 141.29º | 0.55% | 0.78% | - |
| HSV(B) | 141.29º | 0.27% | 0.9% | - |
| XYZ | 53.74 | 68.64 | 59.13 | - |
| YUV | 206.9 | 118.46 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 230 | 190 | 0.27 | 0 | 0.17 | 0.10 | 141.29 | 0.55 | 0.78 |
| Hex | A8 | E6 | BE | 1B | 0 | 11 | A | 8D | 37 | 4E |
| Octal | 250 | 346 | 276 | 33 | 0 | 21 | 12 | 215 | 67 | 116 |
| Binary | 10101000 | 11100110 | 10111110 | 11011 | 0 | 10001 | 1010 | 10001101 | 110111 | 1001110 |
Color Harmonies of #A8E6BE
Complementary color
Monochromatic Colors of #A8E6BE
Black with #A8E6BE
Text Example
Text Example
White with #A8E6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E6BE; }
p { color: rgb(168,230,190); }
H1.HeaderClassName
{
color: #A8E6BE;
}
.AnyTagClassName
{
color: #A8E6BE;
}
</style>
background-color css
<style>
a { background-color: #A8E6BE; }
a { background-color: rgb(168,230,190); }
div.DivClassName
{
background-color: #A8E6BE;
}
.BgClassName
{
background-color: #A8E6BE;
}
</style>
border-color css
<style>
span { border-color: #A8E6BE; }
span { border-color: rgb(168,230,190); }
td.TdClassName
{
border-color: #A8E6BE;
}
.TagClassName
{
border-color: #A8E6BE;
}
</style>