Shades of Sea Mist #C1E1BF
Tints of Sea Mist #C1E1BF
RGB
CMYK
RGB Variations
Color information
#C1E1BF (or 0xC1E1BF) is known color: Sea Mist. HEX triplet: C1, E1 and BF. RGB value is (193,225,191). Sum of RGB (Red+Green+Blue) = 193+225+191=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 191 (75% from 255 or 31.36% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #C1E1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1E1BF is #3E1E40. Grayscale: #D3D3D3. Windows color (decimal): -4070977 or 12575169. OLE color: 12575169.
HSL color Cylindrical-coordinate representation of color #C1E1BF: hue angle of 116.47º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1E1BF is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 193 | 225 | 191 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.12 |
| HSL | 116.47º | 0.36% | 0.82% | - |
| HSV(B) | 116.47º | 0.15% | 0.88% | - |
| XYZ | 58.32 | 68.95 | 59.52 | - |
| YUV | 211.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 225 | 191 | 0.14 | 0 | 0.15 | 0.12 | 116.47 | 0.36 | 0.82 |
| Hex | C1 | E1 | BF | E | 0 | F | C | 74 | 24 | 52 |
| Octal | 301 | 341 | 277 | 16 | 0 | 17 | 14 | 164 | 44 | 122 |
| Binary | 11000001 | 11100001 | 10111111 | 1110 | 0 | 1111 | 1100 | 1110100 | 100100 | 1010010 |
Color Harmonies of #C1E1BF
Complementary color
Monochromatic Colors of #C1E1BF
Black with #C1E1BF
Text Example
Text Example
White with #C1E1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E1BF; }
p { color: rgb(193,225,191); }
H1.HeaderClassName
{
color: #C1E1BF;
}
.AnyTagClassName
{
color: #C1E1BF;
}
</style>
background-color css
<style>
a { background-color: #C1E1BF; }
a { background-color: rgb(193,225,191); }
div.DivClassName
{
background-color: #C1E1BF;
}
.BgClassName
{
background-color: #C1E1BF;
}
</style>
border-color css
<style>
span { border-color: #C1E1BF; }
span { border-color: rgb(193,225,191); }
td.TdClassName
{
border-color: #C1E1BF;
}
.TagClassName
{
border-color: #C1E1BF;
}
</style>