Shades of Sea Mist #C1E6C2
Tints of Sea Mist #C1E6C2
RGB
CMYK
RGB Variations
Color information
#C1E6C2 (or 0xC1E6C2) is known color: Sea Mist. HEX triplet: C1, E6 and C2. RGB value is (193,230,194). Sum of RGB (Red+Green+Blue) = 193+230+194=617 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.28% from 617); Green value is 230 (90.23% from 255 or 37.28% from 617); Blue value is 194 (76.17% from 255 or 31.44% from 617); Max value from RGB is 230 - color contains mainly: green. Hex color #C1E6C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1E6C2 is #3E193D. Grayscale: #D6D6D6. Windows color (decimal): -4069694 or 12773057. OLE color: 12773057.
HSL color Cylindrical-coordinate representation of color #C1E6C2: hue angle of 121.62º degrees, saturation: 0.43, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1E6C2 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 230 | 194 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.10 |
| HSL | 121.62º | 0.43% | 0.83% | - |
| HSV(B) | 121.62º | 0.16% | 0.9% | - |
| XYZ | 60.03 | 71.83 | 61.74 | - |
| YUV | 214.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 230 | 194 | 0.16 | 0 | 0.16 | 0.10 | 121.62 | 0.43 | 0.83 |
| Hex | C1 | E6 | C2 | 10 | 0 | 10 | A | 7A | 2B | 53 |
| Octal | 301 | 346 | 302 | 20 | 0 | 20 | 12 | 172 | 53 | 123 |
| Binary | 11000001 | 11100110 | 11000010 | 10000 | 0 | 10000 | 1010 | 1111010 | 101011 | 1010011 |
Color Harmonies of #C1E6C2
Complementary color
Monochromatic Colors of #C1E6C2
Black with #C1E6C2
Text Example
Text Example
White with #C1E6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1E6C2; }
p { color: rgb(193,230,194); }
H1.HeaderClassName
{
color: #C1E6C2;
}
.AnyTagClassName
{
color: #C1E6C2;
}
</style>
background-color css
<style>
a { background-color: #C1E6C2; }
a { background-color: rgb(193,230,194); }
div.DivClassName
{
background-color: #C1E6C2;
}
.BgClassName
{
background-color: #C1E6C2;
}
</style>
border-color css
<style>
span { border-color: #C1E6C2; }
span { border-color: rgb(193,230,194); }
td.TdClassName
{
border-color: #C1E6C2;
}
.TagClassName
{
border-color: #C1E6C2;
}
</style>