Shades of Sea Mist #C2E2C1
Tints of Sea Mist #C2E2C1
RGB
CMYK
RGB Variations
Color information
#C2E2C1 (or 0xC2E2C1) is known color: Sea Mist. HEX triplet: C2, E2 and C1. RGB value is (194,226,193). Sum of RGB (Red+Green+Blue) = 194+226+193=613 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.65% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 193 (75.78% from 255 or 31.48% from 613); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2C1 is #3D1D3E. Grayscale: #D4D4D4. Windows color (decimal): -4005183 or 12706498. OLE color: 12706498.
HSL color Cylindrical-coordinate representation of color #C2E2C1: hue angle of 118.18º degrees, saturation: 0.36, 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 #C2E2C1 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 193 | - |
| CMYK | 0.14 | 0 | 0.15 | 0.11 |
| HSL | 118.18º | 0.36% | 0.82% | - |
| HSV(B) | 118.18º | 0.15% | 0.89% | - |
| XYZ | 59.07 | 69.71 | 60.79 | - |
| YUV | 212.67 | 116.9 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 193 | 0.14 | 0 | 0.15 | 0.11 | 118.18 | 0.36 | 0.82 |
| Hex | C2 | E2 | C1 | E | 0 | F | B | 76 | 24 | 52 |
| Octal | 302 | 342 | 301 | 16 | 0 | 17 | 13 | 166 | 44 | 122 |
| Binary | 11000010 | 11100010 | 11000001 | 1110 | 0 | 1111 | 1011 | 1110110 | 100100 | 1010010 |
Color Harmonies of #C2E2C1
Complementary color
Monochromatic Colors of #C2E2C1
Black with #C2E2C1
Text Example
Text Example
White with #C2E2C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2C1; }
p { color: rgb(194,226,193); }
H1.HeaderClassName
{
color: #C2E2C1;
}
.AnyTagClassName
{
color: #C2E2C1;
}
</style>
background-color css
<style>
a { background-color: #C2E2C1; }
a { background-color: rgb(194,226,193); }
div.DivClassName
{
background-color: #C2E2C1;
}
.BgClassName
{
background-color: #C2E2C1;
}
</style>
border-color css
<style>
span { border-color: #C2E2C1; }
span { border-color: rgb(194,226,193); }
td.TdClassName
{
border-color: #C2E2C1;
}
.TagClassName
{
border-color: #C2E2C1;
}
</style>