Shades of Fringy Flower #ABE0C1
Tints of Fringy Flower #ABE0C1
RGB
CMYK
RGB Variations
Color information
#ABE0C1 (or 0xABE0C1) is known color: Fringy Flower. HEX triplet: AB, E0 and C1. RGB value is (171,224,193). Sum of RGB (Red+Green+Blue) = 171+224+193=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0C1 is #541F3E. Grayscale: #CCCCCC. Windows color (decimal): -5513023 or 12705963. OLE color: 12705963.
HSL color Cylindrical-coordinate representation of color #ABE0C1: hue angle of 144.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0C1 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 224 | 193 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.12 |
| HSL | 144.91º | 0.46% | 0.77% | - |
| HSV(B) | 144.91º | 0.24% | 0.88% | - |
| XYZ | 53.08 | 65.82 | 60.36 | - |
| YUV | 204.62 | 121.44 | 104.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 224 | 193 | 0.24 | 0 | 0.14 | 0.12 | 144.91 | 0.46 | 0.77 |
| Hex | AB | E0 | C1 | 18 | 0 | E | C | 91 | 2E | 4D |
| Octal | 253 | 340 | 301 | 30 | 0 | 16 | 14 | 221 | 56 | 115 |
| Binary | 10101011 | 11100000 | 11000001 | 11000 | 0 | 1110 | 1100 | 10010001 | 101110 | 1001101 |
Color Harmonies of #ABE0C1
Complementary color
Monochromatic Colors of #ABE0C1
Black with #ABE0C1
Text Example
Text Example
White with #ABE0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE0C1; }
p { color: rgb(171,224,193); }
H1.HeaderClassName
{
color: #ABE0C1;
}
.AnyTagClassName
{
color: #ABE0C1;
}
</style>
background-color css
<style>
a { background-color: #ABE0C1; }
a { background-color: rgb(171,224,193); }
div.DivClassName
{
background-color: #ABE0C1;
}
.BgClassName
{
background-color: #ABE0C1;
}
</style>
border-color css
<style>
span { border-color: #ABE0C1; }
span { border-color: rgb(171,224,193); }
td.TdClassName
{
border-color: #ABE0C1;
}
.TagClassName
{
border-color: #ABE0C1;
}
</style>