Shades of Fringy Flower #A8ECBD
Tints of Fringy Flower #A8ECBD
RGB
CMYK
RGB Variations
Color information
#A8ECBD (or 0xA8ECBD) is known color: Fringy Flower. HEX triplet: A8, EC and BD. RGB value is (168,236,189). Sum of RGB (Red+Green+Blue) = 168+236+189=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECBD is #571342. Grayscale: #D2D2D2. Windows color (decimal): -5706563 or 12446888. OLE color: 12446888.
HSL color Cylindrical-coordinate representation of color #A8ECBD: hue angle of 138.53º 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 #A8ECBD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 189 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.07 |
| HSL | 138.53º | 0.64% | 0.79% | - |
| HSV(B) | 138.53º | 0.29% | 0.93% | - |
| XYZ | 55.33 | 71.99 | 59.12 | - |
| YUV | 210.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 189 | 0.29 | 0 | 0.20 | 0.07 | 138.53 | 0.64 | 0.79 |
| Hex | A8 | EC | BD | 1D | 0 | 14 | 7 | 8B | 40 | 4F |
| Octal | 250 | 354 | 275 | 35 | 0 | 24 | 7 | 213 | 100 | 117 |
| Binary | 10101000 | 11101100 | 10111101 | 11101 | 0 | 10100 | 111 | 10001011 | 1000000 | 1001111 |
Color Harmonies of #A8ECBD
Complementary color
Monochromatic Colors of #A8ECBD
Black with #A8ECBD
Text Example
Text Example
White with #A8ECBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECBD; }
p { color: rgb(168,236,189); }
H1.HeaderClassName
{
color: #A8ECBD;
}
.AnyTagClassName
{
color: #A8ECBD;
}
</style>
background-color css
<style>
a { background-color: #A8ECBD; }
a { background-color: rgb(168,236,189); }
div.DivClassName
{
background-color: #A8ECBD;
}
.BgClassName
{
background-color: #A8ECBD;
}
</style>
border-color css
<style>
span { border-color: #A8ECBD; }
span { border-color: rgb(168,236,189); }
td.TdClassName
{
border-color: #A8ECBD;
}
.TagClassName
{
border-color: #A8ECBD;
}
</style>