Shades of Fringy Flower #A8EDBF
Tints of Fringy Flower #A8EDBF
RGB
CMYK
RGB Variations
Color information
#A8EDBF (or 0xA8EDBF) is known color: Fringy Flower. HEX triplet: A8, ED and BF. RGB value is (168,237,191). Sum of RGB (Red+Green+Blue) = 168+237+191=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 237 (92.97% from 255 or 39.77% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBF is #571240. Grayscale: #D3D3D3. Windows color (decimal): -5706305 or 12578216. OLE color: 12578216.
HSL color Cylindrical-coordinate representation of color #A8EDBF: hue angle of 140º 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 #A8EDBF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 191 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 140º | 0.66% | 0.79% | - |
| HSV(B) | 140º | 0.29% | 0.93% | - |
| XYZ | 55.84 | 72.65 | 60.37 | - |
| YUV | 211.13 | 116.64 | 97.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 191 | 0.29 | 0 | 0.19 | 0.07 | 140 | 0.66 | 0.79 |
| Hex | A8 | ED | BF | 1D | 0 | 13 | 7 | 8C | 42 | 4F |
| Octal | 250 | 355 | 277 | 35 | 0 | 23 | 7 | 214 | 102 | 117 |
| Binary | 10101000 | 11101101 | 10111111 | 11101 | 0 | 10011 | 111 | 10001100 | 1000010 | 1001111 |
Color Harmonies of #A8EDBF
Complementary color
Monochromatic Colors of #A8EDBF
Black with #A8EDBF
Text Example
Text Example
White with #A8EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDBF; }
p { color: rgb(168,237,191); }
H1.HeaderClassName
{
color: #A8EDBF;
}
.AnyTagClassName
{
color: #A8EDBF;
}
</style>
background-color css
<style>
a { background-color: #A8EDBF; }
a { background-color: rgb(168,237,191); }
div.DivClassName
{
background-color: #A8EDBF;
}
.BgClassName
{
background-color: #A8EDBF;
}
</style>
border-color css
<style>
span { border-color: #A8EDBF; }
span { border-color: rgb(168,237,191); }
td.TdClassName
{
border-color: #A8EDBF;
}
.TagClassName
{
border-color: #A8EDBF;
}
</style>