Shades of Fringy Flower #A8EBBA
Tints of Fringy Flower #A8EBBA
RGB
CMYK
RGB Variations
Color information
#A8EBBA (or 0xA8EBBA) is known color: Fringy Flower. HEX triplet: A8, EB and BA. RGB value is (168,235,186). Sum of RGB (Red+Green+Blue) = 168+235+186=589 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.52% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBBA is #571445. Grayscale: #D1D1D1. Windows color (decimal): -5706822 or 12250024. OLE color: 12250024.
HSL color Cylindrical-coordinate representation of color #A8EBBA: hue angle of 136.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBBA is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 186 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.08 |
| HSL | 136.12º | 0.63% | 0.79% | - |
| HSV(B) | 136.12º | 0.29% | 0.92% | - |
| XYZ | 54.72 | 71.29 | 57.33 | - |
| YUV | 209.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 186 | 0.29 | 0 | 0.21 | 0.08 | 136.12 | 0.63 | 0.79 |
| Hex | A8 | EB | BA | 1D | 0 | 15 | 8 | 88 | 3F | 4F |
| Octal | 250 | 353 | 272 | 35 | 0 | 25 | 10 | 210 | 77 | 117 |
| Binary | 10101000 | 11101011 | 10111010 | 11101 | 0 | 10101 | 1000 | 10001000 | 111111 | 1001111 |
Color Harmonies of #A8EBBA
Complementary color
Monochromatic Colors of #A8EBBA
Black with #A8EBBA
Text Example
Text Example
White with #A8EBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBBA; }
p { color: rgb(168,235,186); }
H1.HeaderClassName
{
color: #A8EBBA;
}
.AnyTagClassName
{
color: #A8EBBA;
}
</style>
background-color css
<style>
a { background-color: #A8EBBA; }
a { background-color: rgb(168,235,186); }
div.DivClassName
{
background-color: #A8EBBA;
}
.BgClassName
{
background-color: #A8EBBA;
}
</style>
border-color css
<style>
span { border-color: #A8EBBA; }
span { border-color: rgb(168,235,186); }
td.TdClassName
{
border-color: #A8EBBA;
}
.TagClassName
{
border-color: #A8EBBA;
}
</style>