Shades of Fringy Flower #A1EBB8
Tints of Fringy Flower #A1EBB8
RGB
CMYK
RGB Variations
Color information
#A1EBB8 (or 0xA1EBB8) is known color: Fringy Flower. HEX triplet: A1, EB and B8. RGB value is (161,235,184). Sum of RGB (Red+Green+Blue) = 161+235+184=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 235 (92.19% from 255 or 40.52% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBB8 is #5E1447. Grayscale: #CFCFCF. Windows color (decimal): -6165576 or 12118945. OLE color: 12118945.
HSL color Cylindrical-coordinate representation of color #A1EBB8: hue angle of 138.65º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBB8 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 184 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.08 |
| HSL | 138.65º | 0.65% | 0.78% | - |
| HSV(B) | 138.65º | 0.31% | 0.92% | - |
| XYZ | 53.06 | 70.45 | 56.15 | - |
| YUV | 207.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 184 | 0.31 | 0 | 0.22 | 0.08 | 138.65 | 0.65 | 0.78 |
| Hex | A1 | EB | B8 | 1F | 0 | 16 | 8 | 8B | 41 | 4E |
| Octal | 241 | 353 | 270 | 37 | 0 | 26 | 10 | 213 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10111000 | 11111 | 0 | 10110 | 1000 | 10001011 | 1000001 | 1001110 |
Color Harmonies of #A1EBB8
Complementary color
Monochromatic Colors of #A1EBB8
Black with #A1EBB8
Text Example
Text Example
White with #A1EBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBB8; }
p { color: rgb(161,235,184); }
H1.HeaderClassName
{
color: #A1EBB8;
}
.AnyTagClassName
{
color: #A1EBB8;
}
</style>
background-color css
<style>
a { background-color: #A1EBB8; }
a { background-color: rgb(161,235,184); }
div.DivClassName
{
background-color: #A1EBB8;
}
.BgClassName
{
background-color: #A1EBB8;
}
</style>
border-color css
<style>
span { border-color: #A1EBB8; }
span { border-color: rgb(161,235,184); }
td.TdClassName
{
border-color: #A1EBB8;
}
.TagClassName
{
border-color: #A1EBB8;
}
</style>