Shades of Sea Mist #C0DEBF
Tints of Sea Mist #C0DEBF
RGB
CMYK
RGB Variations
Color information
#C0DEBF (or 0xC0DEBF) is known color: Sea Mist. HEX triplet: C0, DE and BF. RGB value is (192,222,191). Sum of RGB (Red+Green+Blue) = 192+222+191=605 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.74% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #C0DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DEBF is #3F2140. Grayscale: #D1D1D1. Windows color (decimal): -4137281 or 12574400. OLE color: 12574400.
HSL color Cylindrical-coordinate representation of color #C0DEBF: hue angle of 118.06º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0DEBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 222 | 191 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.13 |
| HSL | 118.06º | 0.32% | 0.81% | - |
| HSV(B) | 118.06º | 0.14% | 0.87% | - |
| XYZ | 57.26 | 67.21 | 59.25 | - |
| YUV | 209.5 | 117.56 | 115.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 222 | 191 | 0.14 | 0 | 0.14 | 0.13 | 118.06 | 0.32 | 0.81 |
| Hex | C0 | DE | BF | E | 0 | E | D | 76 | 20 | 51 |
| Octal | 300 | 336 | 277 | 16 | 0 | 16 | 15 | 166 | 40 | 121 |
| Binary | 11000000 | 11011110 | 10111111 | 1110 | 0 | 1110 | 1101 | 1110110 | 100000 | 1010001 |
Color Harmonies of #C0DEBF
Complementary color
Monochromatic Colors of #C0DEBF
Black with #C0DEBF
Text Example
Text Example
White with #C0DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DEBF; }
p { color: rgb(192,222,191); }
H1.HeaderClassName
{
color: #C0DEBF;
}
.AnyTagClassName
{
color: #C0DEBF;
}
</style>
background-color css
<style>
a { background-color: #C0DEBF; }
a { background-color: rgb(192,222,191); }
div.DivClassName
{
background-color: #C0DEBF;
}
.BgClassName
{
background-color: #C0DEBF;
}
</style>
border-color css
<style>
span { border-color: #C0DEBF; }
span { border-color: rgb(192,222,191); }
td.TdClassName
{
border-color: #C0DEBF;
}
.TagClassName
{
border-color: #C0DEBF;
}
</style>