Shades of Fringy Flower #A8ECB8
Tints of Fringy Flower #A8ECB8
RGB
CMYK
RGB Variations
Color information
#A8ECB8 (or 0xA8ECB8) is known color: Fringy Flower. HEX triplet: A8, EC and B8. RGB value is (168,236,184). Sum of RGB (Red+Green+Blue) = 168+236+184=588 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.57% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 184 (72.27% from 255 or 31.29% from 588); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECB8 is #571347. Grayscale: #D1D1D1. Windows color (decimal): -5706568 or 12119208. OLE color: 12119208.
HSL color Cylindrical-coordinate representation of color #A8ECB8: hue angle of 134.12º degrees, saturation: 0.64, 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 #A8ECB8 is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 184 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.07 |
| HSL | 134.12º | 0.64% | 0.79% | - |
| HSV(B) | 134.12º | 0.29% | 0.93% | - |
| XYZ | 54.8 | 71.78 | 56.31 | - |
| YUV | 209.74 | 113.47 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 184 | 0.29 | 0 | 0.22 | 0.07 | 134.12 | 0.64 | 0.79 |
| Hex | A8 | EC | B8 | 1D | 0 | 16 | 7 | 86 | 40 | 4F |
| Octal | 250 | 354 | 270 | 35 | 0 | 26 | 7 | 206 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10111000 | 11101 | 0 | 10110 | 111 | 10000110 | 1000000 | 1001111 |
Color Harmonies of #A8ECB8
Complementary color
Monochromatic Colors of #A8ECB8
Black with #A8ECB8
Text Example
Text Example
White with #A8ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECB8; }
p { color: rgb(168,236,184); }
H1.HeaderClassName
{
color: #A8ECB8;
}
.AnyTagClassName
{
color: #A8ECB8;
}
</style>
background-color css
<style>
a { background-color: #A8ECB8; }
a { background-color: rgb(168,236,184); }
div.DivClassName
{
background-color: #A8ECB8;
}
.BgClassName
{
background-color: #A8ECB8;
}
</style>
border-color css
<style>
span { border-color: #A8ECB8; }
span { border-color: rgb(168,236,184); }
td.TdClassName
{
border-color: #A8ECB8;
}
.TagClassName
{
border-color: #A8ECB8;
}
</style>