Shades of Fringy Flower #ABE8B6
Tints of Fringy Flower #ABE8B6
RGB
CMYK
RGB Variations
Color information
#ABE8B6 (or 0xABE8B6) is known color: Fringy Flower. HEX triplet: AB, E8 and B6. RGB value is (171,232,182). Sum of RGB (Red+Green+Blue) = 171+232+182=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 232 (91.02% from 255 or 39.66% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE8B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABE8B6 is #541749. Grayscale: #D0D0D0. Windows color (decimal): -5510986 or 11987115. OLE color: 11987115.
HSL color Cylindrical-coordinate representation of color #ABE8B6: hue angle of 130.82º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABE8B6 is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 182 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.09 |
| HSL | 130.82º | 0.57% | 0.79% | - |
| HSV(B) | 130.82º | 0.26% | 0.91% | - |
| XYZ | 54.09 | 69.75 | 54.87 | - |
| YUV | 208.06 | 113.29 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 182 | 0.26 | 0 | 0.22 | 0.09 | 130.82 | 0.57 | 0.79 |
| Hex | AB | E8 | B6 | 1A | 0 | 16 | 9 | 83 | 39 | 4F |
| Octal | 253 | 350 | 266 | 32 | 0 | 26 | 11 | 203 | 71 | 117 |
| Binary | 10101011 | 11101000 | 10110110 | 11010 | 0 | 10110 | 1001 | 10000011 | 111001 | 1001111 |
Color Harmonies of #ABE8B6
Complementary color
Monochromatic Colors of #ABE8B6
Black with #ABE8B6
Text Example
Text Example
White with #ABE8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE8B6; }
p { color: rgb(171,232,182); }
H1.HeaderClassName
{
color: #ABE8B6;
}
.AnyTagClassName
{
color: #ABE8B6;
}
</style>
background-color css
<style>
a { background-color: #ABE8B6; }
a { background-color: rgb(171,232,182); }
div.DivClassName
{
background-color: #ABE8B6;
}
.BgClassName
{
background-color: #ABE8B6;
}
</style>
border-color css
<style>
span { border-color: #ABE8B6; }
span { border-color: rgb(171,232,182); }
td.TdClassName
{
border-color: #ABE8B6;
}
.TagClassName
{
border-color: #ABE8B6;
}
</style>