Shades of Sea Mist #C0DDBF
Tints of Sea Mist #C0DDBF
RGB
CMYK
RGB Variations
Color information
#C0DDBF (or 0xC0DDBF) is known color: Sea Mist. HEX triplet: C0, DD and BF. RGB value is (192,221,191). Sum of RGB (Red+Green+Blue) = 192+221+191=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DDBF is #3F2240. Grayscale: #D0D0D0. Windows color (decimal): -4137537 or 12574144. OLE color: 12574144.
HSL color Cylindrical-coordinate representation of color #C0DDBF: hue angle of 118º degrees, saturation: 0.31, 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 #C0DDBF is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 221 | 191 | - |
CMYK | 0.13 | 0 | 0.14 | 0.13 |
HSL | 118º | 0.31% | 0.81% | - |
HSV(B) | 118º | 0.14% | 0.87% | - |
XYZ | 57 | 66.68 | 59.16 | - |
YUV | 208.91 | 117.89 | 115.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 221 | 191 | 0.13 | 0 | 0.14 | 0.13 | 118 | 0.31 | 0.81 |
Hex | C0 | DD | BF | D | 0 | E | D | 76 | 1F | 51 |
Octal | 300 | 335 | 277 | 15 | 0 | 16 | 15 | 166 | 37 | 121 |
Binary | 11000000 | 11011101 | 10111111 | 1101 | 0 | 1110 | 1101 | 1110110 | 11111 | 1010001 |
Color Harmonies of #C0DDBF
Complementary color
Monochromatic Colors of #C0DDBF
Black with #C0DDBF
Text Example
Text Example
White with #C0DDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DDBF; }
p { color: rgb(192,221,191); }
H1.HeaderClassName
{
color: #C0DDBF;
}
.AnyTagClassName
{
color: #C0DDBF;
}
</style>
background-color css
<style>
a { background-color: #C0DDBF; }
a { background-color: rgb(192,221,191); }
div.DivClassName
{
background-color: #C0DDBF;
}
.BgClassName
{
background-color: #C0DDBF;
}
</style>
border-color css
<style>
span { border-color: #C0DDBF; }
span { border-color: rgb(192,221,191); }
td.TdClassName
{
border-color: #C0DDBF;
}
.TagClassName
{
border-color: #C0DDBF;
}
</style>