Shades of Fringy Flower #C1EABF
Tints of Fringy Flower #C1EABF
RGB
CMYK
RGB Variations
Color information
#C1EABF (or 0xC1EABF) is known color: Fringy Flower. HEX triplet: C1, EA and BF. RGB value is (193,234,191). Sum of RGB (Red+Green+Blue) = 193+234+191=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 191 (75% from 255 or 30.91% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #C1EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1EABF is #3E1540. Grayscale: #D8D8D8. Windows color (decimal): -4068673 or 12577473. OLE color: 12577473.
HSL color Cylindrical-coordinate representation of color #C1EABF: hue angle of 117.21º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1EABF is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 234 | 191 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.08 |
| HSL | 117.21º | 0.51% | 0.83% | - |
| HSV(B) | 117.21º | 0.18% | 0.92% | - |
| XYZ | 60.82 | 73.94 | 60.36 | - |
| YUV | 216.84 | 113.42 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 234 | 191 | 0.18 | 0 | 0.18 | 0.08 | 117.21 | 0.51 | 0.83 |
| Hex | C1 | EA | BF | 12 | 0 | 12 | 8 | 75 | 33 | 53 |
| Octal | 301 | 352 | 277 | 22 | 0 | 22 | 10 | 165 | 63 | 123 |
| Binary | 11000001 | 11101010 | 10111111 | 10010 | 0 | 10010 | 1000 | 1110101 | 110011 | 1010011 |
Color Harmonies of #C1EABF
Complementary color
Monochromatic Colors of #C1EABF
Black with #C1EABF
Text Example
Text Example
White with #C1EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1EABF; }
p { color: rgb(193,234,191); }
H1.HeaderClassName
{
color: #C1EABF;
}
.AnyTagClassName
{
color: #C1EABF;
}
</style>
background-color css
<style>
a { background-color: #C1EABF; }
a { background-color: rgb(193,234,191); }
div.DivClassName
{
background-color: #C1EABF;
}
.BgClassName
{
background-color: #C1EABF;
}
</style>
border-color css
<style>
span { border-color: #C1EABF; }
span { border-color: rgb(193,234,191); }
td.TdClassName
{
border-color: #C1EABF;
}
.TagClassName
{
border-color: #C1EABF;
}
</style>