Shades of Fringy Flower #A8ECC0
Tints of Fringy Flower #A8ECC0
RGB
CMYK
RGB Variations
Color information
#A8ECC0 (or 0xA8ECC0) is known color: Fringy Flower. HEX triplet: A8, EC and C0. RGB value is (168,236,192). Sum of RGB (Red+Green+Blue) = 168+236+192=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 236 (92.58% from 255 or 39.60% from 596); Blue value is 192 (75.39% from 255 or 32.21% from 596); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8ECC0 is #57133F. Grayscale: #D2D2D2. Windows color (decimal): -5706560 or 12643496. OLE color: 12643496.
HSL color Cylindrical-coordinate representation of color #A8ECC0: hue angle of 141.18º 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 #A8ECC0 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 236 | 192 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 141.18º | 0.64% | 0.79% | - |
| HSV(B) | 141.18º | 0.29% | 0.93% | - |
| XYZ | 55.66 | 72.12 | 60.86 | - |
| YUV | 210.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 236 | 192 | 0.29 | 0 | 0.19 | 0.07 | 141.18 | 0.64 | 0.79 |
| Hex | A8 | EC | C0 | 1D | 0 | 13 | 7 | 8D | 40 | 4F |
| Octal | 250 | 354 | 300 | 35 | 0 | 23 | 7 | 215 | 100 | 117 |
| Binary | 10101000 | 11101100 | 11000000 | 11101 | 0 | 10011 | 111 | 10001101 | 1000000 | 1001111 |
Color Harmonies of #A8ECC0
Complementary color
Monochromatic Colors of #A8ECC0
Black with #A8ECC0
Text Example
Text Example
White with #A8ECC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ECC0; }
p { color: rgb(168,236,192); }
H1.HeaderClassName
{
color: #A8ECC0;
}
.AnyTagClassName
{
color: #A8ECC0;
}
</style>
background-color css
<style>
a { background-color: #A8ECC0; }
a { background-color: rgb(168,236,192); }
div.DivClassName
{
background-color: #A8ECC0;
}
.BgClassName
{
background-color: #A8ECC0;
}
</style>
border-color css
<style>
span { border-color: #A8ECC0; }
span { border-color: rgb(168,236,192); }
td.TdClassName
{
border-color: #A8ECC0;
}
.TagClassName
{
border-color: #A8ECC0;
}
</style>