Shades of Fringy Flower #A8EDBE
Tints of Fringy Flower #A8EDBE
RGB
CMYK
RGB Variations
Color information
#A8EDBE (or 0xA8EDBE) is known color: Fringy Flower. HEX triplet: A8, ED and BE. RGB value is (168,237,190). Sum of RGB (Red+Green+Blue) = 168+237+190=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 190 (74.61% from 255 or 31.93% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDBE is #571241. Grayscale: #D3D3D3. Windows color (decimal): -5706306 or 12512680. OLE color: 12512680.
HSL color Cylindrical-coordinate representation of color #A8EDBE: hue angle of 139.13º 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 #A8EDBE is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 190 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.07 |
| HSL | 139.13º | 0.66% | 0.79% | - |
| HSV(B) | 139.13º | 0.29% | 0.93% | - |
| XYZ | 55.73 | 72.61 | 59.79 | - |
| YUV | 211.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 190 | 0.29 | 0 | 0.20 | 0.07 | 139.13 | 0.66 | 0.79 |
| Hex | A8 | ED | BE | 1D | 0 | 14 | 7 | 8B | 42 | 4F |
| Octal | 250 | 355 | 276 | 35 | 0 | 24 | 7 | 213 | 102 | 117 |
| Binary | 10101000 | 11101101 | 10111110 | 11101 | 0 | 10100 | 111 | 10001011 | 1000010 | 1001111 |
Color Harmonies of #A8EDBE
Complementary color
Monochromatic Colors of #A8EDBE
Black with #A8EDBE
Text Example
Text Example
White with #A8EDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDBE; }
p { color: rgb(168,237,190); }
H1.HeaderClassName
{
color: #A8EDBE;
}
.AnyTagClassName
{
color: #A8EDBE;
}
</style>
background-color css
<style>
a { background-color: #A8EDBE; }
a { background-color: rgb(168,237,190); }
div.DivClassName
{
background-color: #A8EDBE;
}
.BgClassName
{
background-color: #A8EDBE;
}
</style>
border-color css
<style>
span { border-color: #A8EDBE; }
span { border-color: rgb(168,237,190); }
td.TdClassName
{
border-color: #A8EDBE;
}
.TagClassName
{
border-color: #A8EDBE;
}
</style>