Shades of Fringy Flower #A8EABB
Tints of Fringy Flower #A8EABB
RGB
CMYK
RGB Variations
Color information
#A8EABB (or 0xA8EABB) is known color: Fringy Flower. HEX triplet: A8, EA and BB. RGB value is (168,234,187). Sum of RGB (Red+Green+Blue) = 168+234+187=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EABB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EABB is #571544. Grayscale: #D1D1D1. Windows color (decimal): -5707077 or 12315304. OLE color: 12315304.
HSL color Cylindrical-coordinate representation of color #A8EABB: hue angle of 137.27º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EABB is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 187 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.08 |
| HSL | 137.27º | 0.61% | 0.79% | - |
| HSV(B) | 137.27º | 0.28% | 0.92% | - |
| XYZ | 54.54 | 70.76 | 57.8 | - |
| YUV | 208.91 | 115.63 | 98.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 187 | 0.28 | 0 | 0.20 | 0.08 | 137.27 | 0.61 | 0.79 |
| Hex | A8 | EA | BB | 1C | 0 | 14 | 8 | 89 | 3D | 4F |
| Octal | 250 | 352 | 273 | 34 | 0 | 24 | 10 | 211 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10111011 | 11100 | 0 | 10100 | 1000 | 10001001 | 111101 | 1001111 |
Color Harmonies of #A8EABB
Complementary color
Monochromatic Colors of #A8EABB
Black with #A8EABB
Text Example
Text Example
White with #A8EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EABB; }
p { color: rgb(168,234,187); }
H1.HeaderClassName
{
color: #A8EABB;
}
.AnyTagClassName
{
color: #A8EABB;
}
</style>
background-color css
<style>
a { background-color: #A8EABB; }
a { background-color: rgb(168,234,187); }
div.DivClassName
{
background-color: #A8EABB;
}
.BgClassName
{
background-color: #A8EABB;
}
</style>
border-color css
<style>
span { border-color: #A8EABB; }
span { border-color: rgb(168,234,187); }
td.TdClassName
{
border-color: #A8EABB;
}
.TagClassName
{
border-color: #A8EABB;
}
</style>