Shades of Sea Mist #C5E6C6
Tints of Sea Mist #C5E6C6
RGB
CMYK
RGB Variations
Color information
#C5E6C6 (or 0xC5E6C6) is known color: Sea Mist. HEX triplet: C5, E6 and C6. RGB value is (197,230,198). Sum of RGB (Red+Green+Blue) = 197+230+198=625 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.52% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E6C6 is #3A1939. Grayscale: #D8D8D8. Windows color (decimal): -3807546 or 13035205. OLE color: 13035205.
HSL color Cylindrical-coordinate representation of color #C5E6C6: hue angle of 121.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5E6C6 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 230 | 198 | - |
CMYK | 0.14 | 0 | 0.14 | 0.10 |
HSL | 121.82º | 0.4% | 0.84% | - |
HSV(B) | 121.82º | 0.14% | 0.9% | - |
XYZ | 61.52 | 72.54 | 64.19 | - |
YUV | 216.49 | 117.57 | 114.1 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 230 | 198 | 0.14 | 0 | 0.14 | 0.10 | 121.82 | 0.4 | 0.84 |
Hex | C5 | E6 | C6 | E | 0 | E | A | 7A | 28 | 54 |
Octal | 305 | 346 | 306 | 16 | 0 | 16 | 12 | 172 | 50 | 124 |
Binary | 11000101 | 11100110 | 11000110 | 1110 | 0 | 1110 | 1010 | 1111010 | 101000 | 1010100 |
Color Harmonies of #C5E6C6
Complementary color
Monochromatic Colors of #C5E6C6
Black with #C5E6C6
Text Example
Text Example
White with #C5E6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6C6; }
p { color: rgb(197,230,198); }
H1.HeaderClassName
{
color: #C5E6C6;
}
.AnyTagClassName
{
color: #C5E6C6;
}
</style>
background-color css
<style>
a { background-color: #C5E6C6; }
a { background-color: rgb(197,230,198); }
div.DivClassName
{
background-color: #C5E6C6;
}
.BgClassName
{
background-color: #C5E6C6;
}
</style>
border-color css
<style>
span { border-color: #C5E6C6; }
span { border-color: rgb(197,230,198); }
td.TdClassName
{
border-color: #C5E6C6;
}
.TagClassName
{
border-color: #C5E6C6;
}
</style>