Shades of Sea Mist #C0DCC1
Tints of Sea Mist #C0DCC1
RGB
CMYK
RGB Variations
Color information
#C0DCC1 (or 0xC0DCC1) is known color: Sea Mist. HEX triplet: C0, DC and C1. RGB value is (192,220,193). Sum of RGB (Red+Green+Blue) = 192+220+193=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 193 (75.78% from 255 or 31.90% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C0DCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DCC1 is #3F233E. Grayscale: #D0D0D0. Windows color (decimal): -4137791 or 12704960. OLE color: 12704960.
HSL color Cylindrical-coordinate representation of color #C0DCC1: hue angle of 122.14º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DCC1 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 220 | 193 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.14 |
| HSL | 122.14º | 0.29% | 0.81% | - |
| HSV(B) | 122.14º | 0.13% | 0.86% | - |
| XYZ | 56.96 | 66.24 | 60.24 | - |
| YUV | 208.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 220 | 193 | 0.13 | 0 | 0.12 | 0.14 | 122.14 | 0.29 | 0.81 |
| Hex | C0 | DC | C1 | D | 0 | C | E | 7A | 1D | 51 |
| Octal | 300 | 334 | 301 | 15 | 0 | 14 | 16 | 172 | 35 | 121 |
| Binary | 11000000 | 11011100 | 11000001 | 1101 | 0 | 1100 | 1110 | 1111010 | 11101 | 1010001 |
Color Harmonies of #C0DCC1
Complementary color
Monochromatic Colors of #C0DCC1
Black with #C0DCC1
Text Example
Text Example
White with #C0DCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DCC1; }
p { color: rgb(192,220,193); }
H1.HeaderClassName
{
color: #C0DCC1;
}
.AnyTagClassName
{
color: #C0DCC1;
}
</style>
background-color css
<style>
a { background-color: #C0DCC1; }
a { background-color: rgb(192,220,193); }
div.DivClassName
{
background-color: #C0DCC1;
}
.BgClassName
{
background-color: #C0DCC1;
}
</style>
border-color css
<style>
span { border-color: #C0DCC1; }
span { border-color: rgb(192,220,193); }
td.TdClassName
{
border-color: #C0DCC1;
}
.TagClassName
{
border-color: #C0DCC1;
}
</style>