Shades of Sea Mist #C0DAC2
Tints of Sea Mist #C0DAC2
RGB
CMYK
RGB Variations
Color information
#C0DAC2 (or 0xC0DAC2) is known color: Sea Mist. HEX triplet: C0, DA and C2. RGB value is (192,218,194). Sum of RGB (Red+Green+Blue) = 192+218+194=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 194 (76.17% from 255 or 32.12% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #C0DAC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DAC2 is #3F253D. Grayscale: #CFCFCF. Windows color (decimal): -4138302 or 12769984. OLE color: 12769984.
HSL color Cylindrical-coordinate representation of color #C0DAC2: hue angle of 124.62º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0DAC2 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
RGB | 192 | 218 | 194 | - |
CMYK | 0.12 | 0 | 0.11 | 0.15 |
HSL | 124.62º | 0.26% | 0.8% | - |
HSV(B) | 124.62º | 0.12% | 0.85% | - |
XYZ | 56.55 | 65.24 | 60.65 | - |
YUV | 207.49 | 120.39 | 116.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 218 | 194 | 0.12 | 0 | 0.11 | 0.15 | 124.62 | 0.26 | 0.8 |
Hex | C0 | DA | C2 | C | 0 | B | F | 7D | 1A | 50 |
Octal | 300 | 332 | 302 | 14 | 0 | 13 | 17 | 175 | 32 | 120 |
Binary | 11000000 | 11011010 | 11000010 | 1100 | 0 | 1011 | 1111 | 1111101 | 11010 | 1010000 |
Color Harmonies of #C0DAC2
Complementary color
Monochromatic Colors of #C0DAC2
Black with #C0DAC2
Text Example
Text Example
White with #C0DAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DAC2; }
p { color: rgb(192,218,194); }
H1.HeaderClassName
{
color: #C0DAC2;
}
.AnyTagClassName
{
color: #C0DAC2;
}
</style>
background-color css
<style>
a { background-color: #C0DAC2; }
a { background-color: rgb(192,218,194); }
div.DivClassName
{
background-color: #C0DAC2;
}
.BgClassName
{
background-color: #C0DAC2;
}
</style>
border-color css
<style>
span { border-color: #C0DAC2; }
span { border-color: rgb(192,218,194); }
td.TdClassName
{
border-color: #C0DAC2;
}
.TagClassName
{
border-color: #C0DAC2;
}
</style>