Shades of Fringy Flower #A8E1BD
Tints of Fringy Flower #A8E1BD
RGB
CMYK
RGB Variations
Color information
#A8E1BD (or 0xA8E1BD) is known color: Fringy Flower. HEX triplet: A8, E1 and BD. RGB value is (168,225,189). Sum of RGB (Red+Green+Blue) = 168+225+189=582 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.87% from 582); Green value is 225 (88.28% from 255 or 38.66% from 582); Blue value is 189 (74.22% from 255 or 32.47% from 582); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E1BD is #571E42. Grayscale: #CBCBCB. Windows color (decimal): -5709379 or 12444072. OLE color: 12444072.
HSL color Cylindrical-coordinate representation of color #A8E1BD: hue angle of 142.11º degrees, saturation: 0.49, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E1BD is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 189 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.12 |
| HSL | 142.11º | 0.49% | 0.77% | - |
| HSV(B) | 142.11º | 0.25% | 0.88% | - |
| XYZ | 52.26 | 65.85 | 58.1 | - |
| YUV | 203.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 189 | 0.25 | 0 | 0.16 | 0.12 | 142.11 | 0.49 | 0.77 |
| Hex | A8 | E1 | BD | 19 | 0 | 10 | C | 8E | 31 | 4D |
| Octal | 250 | 341 | 275 | 31 | 0 | 20 | 14 | 216 | 61 | 115 |
| Binary | 10101000 | 11100001 | 10111101 | 11001 | 0 | 10000 | 1100 | 10001110 | 110001 | 1001101 |
Color Harmonies of #A8E1BD
Complementary color
Monochromatic Colors of #A8E1BD
Black with #A8E1BD
Text Example
Text Example
White with #A8E1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E1BD; }
p { color: rgb(168,225,189); }
H1.HeaderClassName
{
color: #A8E1BD;
}
.AnyTagClassName
{
color: #A8E1BD;
}
</style>
background-color css
<style>
a { background-color: #A8E1BD; }
a { background-color: rgb(168,225,189); }
div.DivClassName
{
background-color: #A8E1BD;
}
.BgClassName
{
background-color: #A8E1BD;
}
</style>
border-color css
<style>
span { border-color: #A8E1BD; }
span { border-color: rgb(168,225,189); }
td.TdClassName
{
border-color: #A8E1BD;
}
.TagClassName
{
border-color: #A8E1BD;
}
</style>