Shades of Sea Mist #C1E2BF
Tints of Sea Mist #C1E2BF
RGB
CMYK
RGB Variations
Color information
#C1E2BF (or 0xC1E2BF) is known color: Sea Mist. HEX triplet: C1, E2 and BF. RGB value is (193,226,191). Sum of RGB (Red+Green+Blue) = 193+226+191=610 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.64% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 226 - color contains mainly: green. Hex color #C1E2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E2BF is #3E1D40. Grayscale: #D4D4D4. Windows color (decimal): -4070721 or 12575425. OLE color: 12575425.
HSL color Cylindrical-coordinate representation of color #C1E2BF: hue angle of 116.57º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E2BF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 226 | 191 | - |
| CMYK | 0.15 | 0 | 0.15 | 0.11 |
| HSL | 116.57º | 0.38% | 0.82% | - |
| HSV(B) | 116.57º | 0.15% | 0.89% | - |
| XYZ | 58.59 | 69.49 | 59.62 | - |
| YUV | 212.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 226 | 191 | 0.15 | 0 | 0.15 | 0.11 | 116.57 | 0.38 | 0.82 |
| Hex | C1 | E2 | BF | F | 0 | F | B | 75 | 26 | 52 |
| Octal | 301 | 342 | 277 | 17 | 0 | 17 | 13 | 165 | 46 | 122 |
| Binary | 11000001 | 11100010 | 10111111 | 1111 | 0 | 1111 | 1011 | 1110101 | 100110 | 1010010 |
Color Harmonies of #C1E2BF
Complementary color
Monochromatic Colors of #C1E2BF
Black with #C1E2BF
Text Example
Text Example
White with #C1E2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E2BF; }
p { color: rgb(193,226,191); }
H1.HeaderClassName
{
color: #C1E2BF;
}
.AnyTagClassName
{
color: #C1E2BF;
}
</style>
background-color css
<style>
a { background-color: #C1E2BF; }
a { background-color: rgb(193,226,191); }
div.DivClassName
{
background-color: #C1E2BF;
}
.BgClassName
{
background-color: #C1E2BF;
}
</style>
border-color css
<style>
span { border-color: #C1E2BF; }
span { border-color: rgb(193,226,191); }
td.TdClassName
{
border-color: #C1E2BF;
}
.TagClassName
{
border-color: #C1E2BF;
}
</style>