Shades of Fringy Flower #A8ECBB
Tints of Fringy Flower #A8ECBB
RGB
CMYK
RGB Variations
Color information
#A8ECBB (or 0xA8ECBB) is known color: Fringy Flower. HEX triplet: A8, EC and BB. RGB value is (168,236,187). Sum of RGB (Red+Green+Blue) = 168+236+187=591 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.43% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECBB is #571344. Grayscale: #D2D2D2. Windows color (decimal): -5706565 or 12315816. OLE color: 12315816.
HSL color Cylindrical-coordinate representation of color #A8ECBB: hue angle of 136.76º 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 #A8ECBB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 187 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 136.76º | 0.64% | 0.79% | - |
| HSV(B) | 136.76º | 0.29% | 0.93% | - |
| XYZ | 55.11 | 71.9 | 57.99 | - |
| YUV | 210.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 187 | 0.29 | 0 | 0.21 | 0.07 | 136.76 | 0.64 | 0.79 |
| Hex | A8 | EC | BB | 1D | 0 | 15 | 7 | 89 | 40 | 4F |
| Octal | 250 | 354 | 273 | 35 | 0 | 25 | 7 | 211 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10111011 | 11101 | 0 | 10101 | 111 | 10001001 | 1000000 | 1001111 |
Color Harmonies of #A8ECBB
Complementary color
Monochromatic Colors of #A8ECBB
Black with #A8ECBB
Text Example
Text Example
White with #A8ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECBB; }
p { color: rgb(168,236,187); }
H1.HeaderClassName
{
color: #A8ECBB;
}
.AnyTagClassName
{
color: #A8ECBB;
}
</style>
background-color css
<style>
a { background-color: #A8ECBB; }
a { background-color: rgb(168,236,187); }
div.DivClassName
{
background-color: #A8ECBB;
}
.BgClassName
{
background-color: #A8ECBB;
}
</style>
border-color css
<style>
span { border-color: #A8ECBB; }
span { border-color: rgb(168,236,187); }
td.TdClassName
{
border-color: #A8ECBB;
}
.TagClassName
{
border-color: #A8ECBB;
}
</style>