Shades of Fringy Flower #A8EDBB
Tints of Fringy Flower #A8EDBB
RGB
CMYK
RGB Variations
Color information
#A8EDBB (or 0xA8EDBB) is known color: Fringy Flower. HEX triplet: A8, ED and BB. RGB value is (168,237,187). Sum of RGB (Red+Green+Blue) = 168+237+187=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 187 (73.44% from 255 or 31.59% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBB is #571244. Grayscale: #D2D2D2. Windows color (decimal): -5706309 or 12316072. OLE color: 12316072.
HSL color Cylindrical-coordinate representation of color #A8EDBB: hue angle of 136.52º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDBB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 187 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 136.52º | 0.66% | 0.79% | - |
| HSV(B) | 136.52º | 0.29% | 0.93% | - |
| XYZ | 55.4 | 72.48 | 58.08 | - |
| YUV | 210.67 | 114.64 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 187 | 0.29 | 0 | 0.21 | 0.07 | 136.52 | 0.66 | 0.79 |
| Hex | A8 | ED | BB | 1D | 0 | 15 | 7 | 89 | 42 | 4F |
| Octal | 250 | 355 | 273 | 35 | 0 | 25 | 7 | 211 | 102 | 117 |
| Binary | 10101000 | 11101101 | 10111011 | 11101 | 0 | 10101 | 111 | 10001001 | 1000010 | 1001111 |
Color Harmonies of #A8EDBB
Complementary color
Monochromatic Colors of #A8EDBB
Black with #A8EDBB
Text Example
Text Example
White with #A8EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDBB; }
p { color: rgb(168,237,187); }
H1.HeaderClassName
{
color: #A8EDBB;
}
.AnyTagClassName
{
color: #A8EDBB;
}
</style>
background-color css
<style>
a { background-color: #A8EDBB; }
a { background-color: rgb(168,237,187); }
div.DivClassName
{
background-color: #A8EDBB;
}
.BgClassName
{
background-color: #A8EDBB;
}
</style>
border-color css
<style>
span { border-color: #A8EDBB; }
span { border-color: rgb(168,237,187); }
td.TdClassName
{
border-color: #A8EDBB;
}
.TagClassName
{
border-color: #A8EDBB;
}
</style>