Shades of Fringy Flower #A8EABC
Tints of Fringy Flower #A8EABC
RGB
CMYK
RGB Variations
Color information
#A8EABC (or 0xA8EABC) is known color: Fringy Flower. HEX triplet: A8, EA and BC. RGB value is (168,234,188). Sum of RGB (Red+Green+Blue) = 168+234+188=590 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.47% from 590); Green value is 234 (91.80% from 255 or 39.66% from 590); Blue value is 188 (73.83% from 255 or 31.86% from 590); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EABC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EABC is #571543. Grayscale: #D1D1D1. Windows color (decimal): -5707076 or 12380840. OLE color: 12380840.
HSL color Cylindrical-coordinate representation of color #A8EABC: hue angle of 138.18º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EABC is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 188 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.08 |
| HSL | 138.18º | 0.61% | 0.79% | - |
| HSV(B) | 138.18º | 0.28% | 0.92% | - |
| XYZ | 54.65 | 70.8 | 58.36 | - |
| YUV | 209.02 | 116.13 | 98.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 188 | 0.28 | 0 | 0.20 | 0.08 | 138.18 | 0.61 | 0.79 |
| Hex | A8 | EA | BC | 1C | 0 | 14 | 8 | 8A | 3D | 4F |
| Octal | 250 | 352 | 274 | 34 | 0 | 24 | 10 | 212 | 75 | 117 |
| Binary | 10101000 | 11101010 | 10111100 | 11100 | 0 | 10100 | 1000 | 10001010 | 111101 | 1001111 |
Color Harmonies of #A8EABC
Complementary color
Monochromatic Colors of #A8EABC
Black with #A8EABC
Text Example
Text Example
White with #A8EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EABC; }
p { color: rgb(168,234,188); }
H1.HeaderClassName
{
color: #A8EABC;
}
.AnyTagClassName
{
color: #A8EABC;
}
</style>
background-color css
<style>
a { background-color: #A8EABC; }
a { background-color: rgb(168,234,188); }
div.DivClassName
{
background-color: #A8EABC;
}
.BgClassName
{
background-color: #A8EABC;
}
</style>
border-color css
<style>
span { border-color: #A8EABC; }
span { border-color: rgb(168,234,188); }
td.TdClassName
{
border-color: #A8EABC;
}
.TagClassName
{
border-color: #A8EABC;
}
</style>