Shades of Fringy Flower #A8EEBC
Tints of Fringy Flower #A8EEBC
RGB
CMYK
RGB Variations
Color information
#A8EEBC (or 0xA8EEBC) is known color: Fringy Flower. HEX triplet: A8, EE and BC. RGB value is (168,238,188). Sum of RGB (Red+Green+Blue) = 168+238+188=594 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.28% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EEBC is #571143. Grayscale: #D3D3D3. Windows color (decimal): -5706052 or 12381864. OLE color: 12381864.
HSL color Cylindrical-coordinate representation of color #A8EEBC: hue angle of 137.14º 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 #A8EEBC is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 188 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 137.14º | 0.67% | 0.8% | - |
| HSV(B) | 137.14º | 0.29% | 0.93% | - |
| XYZ | 55.8 | 73.1 | 58.75 | - |
| YUV | 211.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 188 | 0.29 | 0 | 0.21 | 0.07 | 137.14 | 0.67 | 0.8 |
| Hex | A8 | EE | BC | 1D | 0 | 15 | 7 | 89 | 43 | 50 |
| Octal | 250 | 356 | 274 | 35 | 0 | 25 | 7 | 211 | 103 | 120 |
| Binary | 10101000 | 11101110 | 10111100 | 11101 | 0 | 10101 | 111 | 10001001 | 1000011 | 1010000 |
Color Harmonies of #A8EEBC
Complementary color
Monochromatic Colors of #A8EEBC
Black with #A8EEBC
Text Example
Text Example
White with #A8EEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEBC; }
p { color: rgb(168,238,188); }
H1.HeaderClassName
{
color: #A8EEBC;
}
.AnyTagClassName
{
color: #A8EEBC;
}
</style>
background-color css
<style>
a { background-color: #A8EEBC; }
a { background-color: rgb(168,238,188); }
div.DivClassName
{
background-color: #A8EEBC;
}
.BgClassName
{
background-color: #A8EEBC;
}
</style>
border-color css
<style>
span { border-color: #A8EEBC; }
span { border-color: rgb(168,238,188); }
td.TdClassName
{
border-color: #A8EEBC;
}
.TagClassName
{
border-color: #A8EEBC;
}
</style>