Shades of Fringy Flower #A8EABD
Tints of Fringy Flower #A8EABD
RGB
CMYK
RGB Variations
Color information
#A8EABD (or 0xA8EABD) is known color: Fringy Flower. HEX triplet: A8, EA and BD. RGB value is (168,234,189). Sum of RGB (Red+Green+Blue) = 168+234+189=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EABD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EABD is #571542. Grayscale: #D1D1D1. Windows color (decimal): -5707075 or 12446376. OLE color: 12446376.
HSL color Cylindrical-coordinate representation of color #A8EABD: hue angle of 139.09º 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 #A8EABD is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 189 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.08 |
| HSL | 139.09º | 0.61% | 0.79% | - |
| HSV(B) | 139.09º | 0.28% | 0.92% | - |
| XYZ | 54.76 | 70.84 | 58.93 | - |
| YUV | 209.14 | 116.63 | 98.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 189 | 0.28 | 0 | 0.19 | 0.08 | 139.09 | 0.61 | 0.79 |
| Hex | A8 | EA | BD | 1C | 0 | 13 | 8 | 8B | 3D | 4F |
| Octal | 250 | 352 | 275 | 34 | 0 | 23 | 10 | 213 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10111101 | 11100 | 0 | 10011 | 1000 | 10001011 | 111101 | 1001111 |
Color Harmonies of #A8EABD
Complementary color
Monochromatic Colors of #A8EABD
Black with #A8EABD
Text Example
Text Example
White with #A8EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EABD; }
p { color: rgb(168,234,189); }
H1.HeaderClassName
{
color: #A8EABD;
}
.AnyTagClassName
{
color: #A8EABD;
}
</style>
background-color css
<style>
a { background-color: #A8EABD; }
a { background-color: rgb(168,234,189); }
div.DivClassName
{
background-color: #A8EABD;
}
.BgClassName
{
background-color: #A8EABD;
}
</style>
border-color css
<style>
span { border-color: #A8EABD; }
span { border-color: rgb(168,234,189); }
td.TdClassName
{
border-color: #A8EABD;
}
.TagClassName
{
border-color: #A8EABD;
}
</style>