Shades of Fringy Flower #A8EABA
Tints of Fringy Flower #A8EABA
RGB
CMYK
RGB Variations
Color information
#A8EABA (or 0xA8EABA) is known color: Fringy Flower. HEX triplet: A8, EA and BA. RGB value is (168,234,186). Sum of RGB (Red+Green+Blue) = 168+234+186=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 234 (91.80% from 255 or 39.80% from 588); Blue value is 186 (73.05% from 255 or 31.63% from 588); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EABA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EABA is #571545. Grayscale: #D0D0D0. Windows color (decimal): -5707078 or 12249768. OLE color: 12249768.
HSL color Cylindrical-coordinate representation of color #A8EABA: hue angle of 136.36º 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 #A8EABA is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 186 | - |
| CMYK | 0.28 | 0 | 0.21 | 0.08 |
| HSL | 136.36º | 0.61% | 0.79% | - |
| HSV(B) | 136.36º | 0.28% | 0.92% | - |
| XYZ | 54.43 | 70.72 | 57.23 | - |
| YUV | 208.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 186 | 0.28 | 0 | 0.21 | 0.08 | 136.36 | 0.61 | 0.79 |
| Hex | A8 | EA | BA | 1C | 0 | 15 | 8 | 88 | 3D | 4F |
| Octal | 250 | 352 | 272 | 34 | 0 | 25 | 10 | 210 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10111010 | 11100 | 0 | 10101 | 1000 | 10001000 | 111101 | 1001111 |
Color Harmonies of #A8EABA
Complementary color
Monochromatic Colors of #A8EABA
Black with #A8EABA
Text Example
Text Example
White with #A8EABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EABA; }
p { color: rgb(168,234,186); }
H1.HeaderClassName
{
color: #A8EABA;
}
.AnyTagClassName
{
color: #A8EABA;
}
</style>
background-color css
<style>
a { background-color: #A8EABA; }
a { background-color: rgb(168,234,186); }
div.DivClassName
{
background-color: #A8EABA;
}
.BgClassName
{
background-color: #A8EABA;
}
</style>
border-color css
<style>
span { border-color: #A8EABA; }
span { border-color: rgb(168,234,186); }
td.TdClassName
{
border-color: #A8EABA;
}
.TagClassName
{
border-color: #A8EABA;
}
</style>