Shades of Fringy Flower #A8EBBD
Tints of Fringy Flower #A8EBBD
RGB
CMYK
RGB Variations
Color information
#A8EBBD (or 0xA8EBBD) is known color: Fringy Flower. HEX triplet: A8, EB and BD. RGB value is (168,235,189). Sum of RGB (Red+Green+Blue) = 168+235+189=592 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.38% from 592); Green value is 235 (92.19% from 255 or 39.70% from 592); Blue value is 189 (74.22% from 255 or 31.93% from 592); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBBD is #571442. Grayscale: #D1D1D1. Windows color (decimal): -5706819 or 12446632. OLE color: 12446632.
HSL color Cylindrical-coordinate representation of color #A8EBBD: hue angle of 138.81º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBBD is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 235 | 189 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.08 |
| HSL | 138.81º | 0.63% | 0.79% | - |
| HSV(B) | 138.81º | 0.29% | 0.92% | - |
| XYZ | 55.04 | 71.42 | 59.03 | - |
| YUV | 209.72 | 116.3 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 235 | 189 | 0.29 | 0 | 0.20 | 0.08 | 138.81 | 0.63 | 0.79 |
| Hex | A8 | EB | BD | 1D | 0 | 14 | 8 | 8B | 3F | 4F |
| Octal | 250 | 353 | 275 | 35 | 0 | 24 | 10 | 213 | 77 | 117 |
| Binary | 10101000 | 11101011 | 10111101 | 11101 | 0 | 10100 | 1000 | 10001011 | 111111 | 1001111 |
Color Harmonies of #A8EBBD
Complementary color
Monochromatic Colors of #A8EBBD
Black with #A8EBBD
Text Example
Text Example
White with #A8EBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EBBD; }
p { color: rgb(168,235,189); }
H1.HeaderClassName
{
color: #A8EBBD;
}
.AnyTagClassName
{
color: #A8EBBD;
}
</style>
background-color css
<style>
a { background-color: #A8EBBD; }
a { background-color: rgb(168,235,189); }
div.DivClassName
{
background-color: #A8EBBD;
}
.BgClassName
{
background-color: #A8EBBD;
}
</style>
border-color css
<style>
span { border-color: #A8EBBD; }
span { border-color: rgb(168,235,189); }
td.TdClassName
{
border-color: #A8EBBD;
}
.TagClassName
{
border-color: #A8EBBD;
}
</style>