Shades of Sea Mist #C6E0C6
Tints of Sea Mist #C6E0C6
RGB
CMYK
RGB Variations
Color information
#C6E0C6 (or 0xC6E0C6) is known color: Sea Mist. HEX triplet: C6, E0 and C6. RGB value is (198,224,198). Sum of RGB (Red+Green+Blue) = 198+224+198=620 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.94% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 198 (77.73% from 255 or 31.94% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #C6E0C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6E0C6 is #391F39. Grayscale: #D5D5D5. Windows color (decimal): -3743546 or 13033670. OLE color: 13033670.
HSL color Cylindrical-coordinate representation of color #C6E0C6: hue angle of 120º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C6E0C6 is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 198 | 224 | 198 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.12 |
| HSL | 120º | 0.3% | 0.83% | - |
| HSV(B) | 120º | 0.12% | 0.88% | - |
| XYZ | 60.14 | 69.39 | 63.65 | - |
| YUV | 213.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 224 | 198 | 0.12 | 0 | 0.12 | 0.12 | 120 | 0.3 | 0.83 |
| Hex | C6 | E0 | C6 | C | 0 | C | C | 78 | 1E | 53 |
| Octal | 306 | 340 | 306 | 14 | 0 | 14 | 14 | 170 | 36 | 123 |
| Binary | 11000110 | 11100000 | 11000110 | 1100 | 0 | 1100 | 1100 | 1111000 | 11110 | 1010011 |
Color Harmonies of #C6E0C6
Complementary color
Monochromatic Colors of #C6E0C6
Black with #C6E0C6
Text Example
Text Example
White with #C6E0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E0C6; }
p { color: rgb(198,224,198); }
H1.HeaderClassName
{
color: #C6E0C6;
}
.AnyTagClassName
{
color: #C6E0C6;
}
</style>
background-color css
<style>
a { background-color: #C6E0C6; }
a { background-color: rgb(198,224,198); }
div.DivClassName
{
background-color: #C6E0C6;
}
.BgClassName
{
background-color: #C6E0C6;
}
</style>
border-color css
<style>
span { border-color: #C6E0C6; }
span { border-color: rgb(198,224,198); }
td.TdClassName
{
border-color: #C6E0C6;
}
.TagClassName
{
border-color: #C6E0C6;
}
</style>