Shades of Sea Mist #C0DBBF
Tints of Sea Mist #C0DBBF
RGB
CMYK
RGB Variations
Color information
#C0DBBF (or 0xC0DBBF) is known color: Sea Mist. HEX triplet: C0, DB and BF. RGB value is (192,219,191). Sum of RGB (Red+Green+Blue) = 192+219+191=602 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.89% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DBBF is #3F2440. Grayscale: #CFCFCF. Windows color (decimal): -4138049 or 12573632. OLE color: 12573632.
HSL color Cylindrical-coordinate representation of color #C0DBBF: hue angle of 117.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0DBBF is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 219 | 191 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.14 |
| HSL | 117.86º | 0.28% | 0.8% | - |
| HSV(B) | 117.86º | 0.13% | 0.86% | - |
| XYZ | 56.47 | 65.63 | 58.98 | - |
| YUV | 207.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 219 | 191 | 0.12 | 0 | 0.13 | 0.14 | 117.86 | 0.28 | 0.8 |
| Hex | C0 | DB | BF | C | 0 | D | E | 76 | 1C | 50 |
| Octal | 300 | 333 | 277 | 14 | 0 | 15 | 16 | 166 | 34 | 120 |
| Binary | 11000000 | 11011011 | 10111111 | 1100 | 0 | 1101 | 1110 | 1110110 | 11100 | 1010000 |
Color Harmonies of #C0DBBF
Complementary color
Monochromatic Colors of #C0DBBF
Black with #C0DBBF
Text Example
Text Example
White with #C0DBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DBBF; }
p { color: rgb(192,219,191); }
H1.HeaderClassName
{
color: #C0DBBF;
}
.AnyTagClassName
{
color: #C0DBBF;
}
</style>
background-color css
<style>
a { background-color: #C0DBBF; }
a { background-color: rgb(192,219,191); }
div.DivClassName
{
background-color: #C0DBBF;
}
.BgClassName
{
background-color: #C0DBBF;
}
</style>
border-color css
<style>
span { border-color: #C0DBBF; }
span { border-color: rgb(192,219,191); }
td.TdClassName
{
border-color: #C0DBBF;
}
.TagClassName
{
border-color: #C0DBBF;
}
</style>