Shades of Sea Mist #C0DFC2
Tints of Sea Mist #C0DFC2
RGB
CMYK
RGB Variations
Color information
#C0DFC2 (or 0xC0DFC2) is known color: Sea Mist. HEX triplet: C0, DF and C2. RGB value is (192,223,194). Sum of RGB (Red+Green+Blue) = 192+223+194=609 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.53% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 194 (76.17% from 255 or 31.86% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #C0DFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0DFC2 is #3F203D. Grayscale: #D2D2D2. Windows color (decimal): -4137022 or 12771264. OLE color: 12771264.
HSL color Cylindrical-coordinate representation of color #C0DFC2: hue angle of 123.87º degrees, saturation: 0.33, 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 #C0DFC2 is Cyan = 0.14, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 223 | 194 | - |
CMYK | 0.14 | 0 | 0.13 | 0.13 |
HSL | 123.87º | 0.33% | 0.81% | - |
HSV(B) | 123.87º | 0.14% | 0.87% | - |
XYZ | 57.86 | 67.88 | 61.09 | - |
YUV | 210.43 | 118.73 | 114.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 223 | 194 | 0.14 | 0 | 0.13 | 0.13 | 123.87 | 0.33 | 0.81 |
Hex | C0 | DF | C2 | E | 0 | D | D | 7C | 21 | 51 |
Octal | 300 | 337 | 302 | 16 | 0 | 15 | 15 | 174 | 41 | 121 |
Binary | 11000000 | 11011111 | 11000010 | 1110 | 0 | 1101 | 1101 | 1111100 | 100001 | 1010001 |
Color Harmonies of #C0DFC2
Complementary color
Monochromatic Colors of #C0DFC2
Black with #C0DFC2
Text Example
Text Example
White with #C0DFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0DFC2; }
p { color: rgb(192,223,194); }
H1.HeaderClassName
{
color: #C0DFC2;
}
.AnyTagClassName
{
color: #C0DFC2;
}
</style>
background-color css
<style>
a { background-color: #C0DFC2; }
a { background-color: rgb(192,223,194); }
div.DivClassName
{
background-color: #C0DFC2;
}
.BgClassName
{
background-color: #C0DFC2;
}
</style>
border-color css
<style>
span { border-color: #C0DFC2; }
span { border-color: rgb(192,223,194); }
td.TdClassName
{
border-color: #C0DFC2;
}
.TagClassName
{
border-color: #C0DFC2;
}
</style>