Shades of Fringy Flower #ABEEC1
Tints of Fringy Flower #ABEEC1
RGB
CMYK
RGB Variations
Color information
#ABEEC1 (or 0xABEEC1) is known color: Fringy Flower. HEX triplet: AB, EE and C1. RGB value is (171,238,193). Sum of RGB (Red+Green+Blue) = 171+238+193=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 238 (93.36% from 255 or 39.53% from 602); Blue value is 193 (75.78% from 255 or 32.06% from 602); Max value from RGB is 238 - color contains mainly: green. Hex color #ABEEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEEC1 is #54113E. Grayscale: #D4D4D4. Windows color (decimal): -5509439 or 12709547. OLE color: 12709547.
HSL color Cylindrical-coordinate representation of color #ABEEC1: hue angle of 139.7º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABEEC1 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 238 | 193 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.07 |
| HSL | 139.7º | 0.66% | 0.8% | - |
| HSV(B) | 139.7º | 0.28% | 0.93% | - |
| XYZ | 56.99 | 73.66 | 61.67 | - |
| YUV | 212.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 238 | 193 | 0.28 | 0 | 0.19 | 0.07 | 139.7 | 0.66 | 0.8 |
| Hex | AB | EE | C1 | 1C | 0 | 13 | 7 | 8C | 42 | 50 |
| Octal | 253 | 356 | 301 | 34 | 0 | 23 | 7 | 214 | 102 | 120 |
| Binary | 10101011 | 11101110 | 11000001 | 11100 | 0 | 10011 | 111 | 10001100 | 1000010 | 1010000 |
Color Harmonies of #ABEEC1
Complementary color
Monochromatic Colors of #ABEEC1
Black with #ABEEC1
Text Example
Text Example
White with #ABEEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEEC1; }
p { color: rgb(171,238,193); }
H1.HeaderClassName
{
color: #ABEEC1;
}
.AnyTagClassName
{
color: #ABEEC1;
}
</style>
background-color css
<style>
a { background-color: #ABEEC1; }
a { background-color: rgb(171,238,193); }
div.DivClassName
{
background-color: #ABEEC1;
}
.BgClassName
{
background-color: #ABEEC1;
}
</style>
border-color css
<style>
span { border-color: #ABEEC1; }
span { border-color: rgb(171,238,193); }
td.TdClassName
{
border-color: #ABEEC1;
}
.TagClassName
{
border-color: #ABEEC1;
}
</style>