Shades of Fringy Flower #A8E7B6
Tints of Fringy Flower #A8E7B6
RGB
CMYK
RGB Variations
Color information
#A8E7B6 (or 0xA8E7B6) is known color: Fringy Flower. HEX triplet: A8, E7 and B6. RGB value is (168,231,182). Sum of RGB (Red+Green+Blue) = 168+231+182=581 (76% of max value = 765). Red value is 168 (66.02% from 255 or 28.92% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E7B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8E7B6 is #571849. Grayscale: #CECECE. Windows color (decimal): -5707850 or 11986856. OLE color: 11986856.
HSL color Cylindrical-coordinate representation of color #A8E7B6: hue angle of 133.33º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E7B6 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 231 | 182 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.09 |
| HSL | 133.33º | 0.57% | 0.78% | - |
| HSV(B) | 133.33º | 0.27% | 0.91% | - |
| XYZ | 53.17 | 68.85 | 54.74 | - |
| YUV | 206.58 | 114.13 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 231 | 182 | 0.27 | 0 | 0.21 | 0.09 | 133.33 | 0.57 | 0.78 |
| Hex | A8 | E7 | B6 | 1B | 0 | 15 | 9 | 85 | 39 | 4E |
| Octal | 250 | 347 | 266 | 33 | 0 | 25 | 11 | 205 | 71 | 116 |
| Binary | 10101000 | 11100111 | 10110110 | 11011 | 0 | 10101 | 1001 | 10000101 | 111001 | 1001110 |
Color Harmonies of #A8E7B6
Complementary color
Monochromatic Colors of #A8E7B6
Black with #A8E7B6
Text Example
Text Example
White with #A8E7B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E7B6; }
p { color: rgb(168,231,182); }
H1.HeaderClassName
{
color: #A8E7B6;
}
.AnyTagClassName
{
color: #A8E7B6;
}
</style>
background-color css
<style>
a { background-color: #A8E7B6; }
a { background-color: rgb(168,231,182); }
div.DivClassName
{
background-color: #A8E7B6;
}
.BgClassName
{
background-color: #A8E7B6;
}
</style>
border-color css
<style>
span { border-color: #A8E7B6; }
span { border-color: rgb(168,231,182); }
td.TdClassName
{
border-color: #A8E7B6;
}
.TagClassName
{
border-color: #A8E7B6;
}
</style>