Shades of Fringy Flower #A8EEBD
Tints of Fringy Flower #A8EEBD
RGB
CMYK
RGB Variations
Color information
#A8EEBD (or 0xA8EEBD) is known color: Fringy Flower. HEX triplet: A8, EE and BD. RGB value is (168,238,189). Sum of RGB (Red+Green+Blue) = 168+238+189=595 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.24% from 595); Green value is 238 (93.36% from 255 or 40% from 595); Blue value is 189 (74.22% from 255 or 31.76% from 595); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEBD is #571142. Grayscale: #D3D3D3. Windows color (decimal): -5706051 or 12447400. OLE color: 12447400.
HSL color Cylindrical-coordinate representation of color #A8EEBD: hue angle of 138º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEBD is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 189 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 138º | 0.67% | 0.8% | - |
| HSV(B) | 138º | 0.29% | 0.93% | - |
| XYZ | 55.91 | 73.15 | 59.32 | - |
| YUV | 211.48 | 115.31 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 189 | 0.29 | 0 | 0.21 | 0.07 | 138 | 0.67 | 0.8 |
| Hex | A8 | EE | BD | 1D | 0 | 15 | 7 | 8A | 43 | 50 |
| Octal | 250 | 356 | 275 | 35 | 0 | 25 | 7 | 212 | 103 | 120 |
| Binary | 10101000 | 11101110 | 10111101 | 11101 | 0 | 10101 | 111 | 10001010 | 1000011 | 1010000 |
Color Harmonies of #A8EEBD
Complementary color
Monochromatic Colors of #A8EEBD
Black with #A8EEBD
Text Example
Text Example
White with #A8EEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEBD; }
p { color: rgb(168,238,189); }
H1.HeaderClassName
{
color: #A8EEBD;
}
.AnyTagClassName
{
color: #A8EEBD;
}
</style>
background-color css
<style>
a { background-color: #A8EEBD; }
a { background-color: rgb(168,238,189); }
div.DivClassName
{
background-color: #A8EEBD;
}
.BgClassName
{
background-color: #A8EEBD;
}
</style>
border-color css
<style>
span { border-color: #A8EEBD; }
span { border-color: rgb(168,238,189); }
td.TdClassName
{
border-color: #A8EEBD;
}
.TagClassName
{
border-color: #A8EEBD;
}
</style>