Shades of Fringy Flower #A8EEC0
Tints of Fringy Flower #A8EEC0
RGB
CMYK
RGB Variations
Color information
#A8EEC0 (or 0xA8EEC0) is known color: Fringy Flower. HEX triplet: A8, EE and C0. RGB value is (168,238,192). Sum of RGB (Red+Green+Blue) = 168+238+192=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 238 (93.36% from 255 or 39.80% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEC0 is #57113F. Grayscale: #D3D3D3. Windows color (decimal): -5706048 or 12644008. OLE color: 12644008.
HSL color Cylindrical-coordinate representation of color #A8EEC0: hue angle of 140.57º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EEC0 is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 192 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 140.57º | 0.67% | 0.8% | - |
| HSV(B) | 140.57º | 0.29% | 0.93% | - |
| XYZ | 56.24 | 73.28 | 61.05 | - |
| YUV | 211.83 | 116.81 | 96.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 192 | 0.29 | 0 | 0.19 | 0.07 | 140.57 | 0.67 | 0.8 |
| Hex | A8 | EE | C0 | 1D | 0 | 13 | 7 | 8D | 43 | 50 |
| Octal | 250 | 356 | 300 | 35 | 0 | 23 | 7 | 215 | 103 | 120 |
| Binary | 10101000 | 11101110 | 11000000 | 11101 | 0 | 10011 | 111 | 10001101 | 1000011 | 1010000 |
Color Harmonies of #A8EEC0
Complementary color
Monochromatic Colors of #A8EEC0
Black with #A8EEC0
Text Example
Text Example
White with #A8EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEC0; }
p { color: rgb(168,238,192); }
H1.HeaderClassName
{
color: #A8EEC0;
}
.AnyTagClassName
{
color: #A8EEC0;
}
</style>
background-color css
<style>
a { background-color: #A8EEC0; }
a { background-color: rgb(168,238,192); }
div.DivClassName
{
background-color: #A8EEC0;
}
.BgClassName
{
background-color: #A8EEC0;
}
</style>
border-color css
<style>
span { border-color: #A8EEC0; }
span { border-color: rgb(168,238,192); }
td.TdClassName
{
border-color: #A8EEC0;
}
.TagClassName
{
border-color: #A8EEC0;
}
</style>