Shades of Fringy Flower #A8E0B6
Tints of Fringy Flower #A8E0B6
RGB
CMYK
RGB Variations
Color information
#A8E0B6 (or 0xA8E0B6) is known color: Fringy Flower. HEX triplet: A8, E0 and B6. RGB value is (168,224,182). Sum of RGB (Red+Green+Blue) = 168+224+182=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0B6 is #571F49. Grayscale: #CACACA. Windows color (decimal): -5709642 or 11985064. OLE color: 11985064.
HSL color Cylindrical-coordinate representation of color #A8E0B6: hue angle of 135º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A8E0B6 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 224 | 182 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.12 |
| HSL | 135º | 0.47% | 0.77% | - |
| HSV(B) | 135º | 0.25% | 0.88% | - |
| XYZ | 51.25 | 65.01 | 54.1 | - |
| YUV | 202.47 | 116.45 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 224 | 182 | 0.25 | 0 | 0.19 | 0.12 | 135 | 0.47 | 0.77 |
| Hex | A8 | E0 | B6 | 19 | 0 | 13 | C | 87 | 2F | 4D |
| Octal | 250 | 340 | 266 | 31 | 0 | 23 | 14 | 207 | 57 | 115 |
| Binary | 10101000 | 11100000 | 10110110 | 11001 | 0 | 10011 | 1100 | 10000111 | 101111 | 1001101 |
Color Harmonies of #A8E0B6
Complementary color
Monochromatic Colors of #A8E0B6
Black with #A8E0B6
Text Example
Text Example
White with #A8E0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E0B6; }
p { color: rgb(168,224,182); }
H1.HeaderClassName
{
color: #A8E0B6;
}
.AnyTagClassName
{
color: #A8E0B6;
}
</style>
background-color css
<style>
a { background-color: #A8E0B6; }
a { background-color: rgb(168,224,182); }
div.DivClassName
{
background-color: #A8E0B6;
}
.BgClassName
{
background-color: #A8E0B6;
}
</style>
border-color css
<style>
span { border-color: #A8E0B6; }
span { border-color: rgb(168,224,182); }
td.TdClassName
{
border-color: #A8E0B6;
}
.TagClassName
{
border-color: #A8E0B6;
}
</style>