Shades of Sea Mist #C5E6C5
Tints of Sea Mist #C5E6C5
RGB
CMYK
RGB Variations
Color information
#C5E6C5 (or 0xC5E6C5) is known color: Sea Mist. HEX triplet: C5, E6 and C5. RGB value is (197,230,197). Sum of RGB (Red+Green+Blue) = 197+230+197=624 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.57% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 197 (77.34% from 255 or 31.57% from 624); Max value from RGB is 230 - color contains mainly: green. Hex color #C5E6C5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C5E6C5 is #3A193A. Grayscale: #D8D8D8. Windows color (decimal): -3807547 or 12969669. OLE color: 12969669.
HSL color Cylindrical-coordinate representation of color #C5E6C5: hue angle of 120º 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 #C5E6C5 is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.
Color convert
RGB | 197 | 230 | 197 | - |
CMYK | 0.14 | 0 | 0.14 | 0.10 |
HSL | 120º | 0.4% | 0.84% | - |
HSV(B) | 120º | 0.14% | 0.9% | - |
XYZ | 61.4 | 72.5 | 63.58 | - |
YUV | 216.37 | 117.07 | 114.18 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 230 | 197 | 0.14 | 0 | 0.14 | 0.10 | 120 | 0.4 | 0.84 |
Hex | C5 | E6 | C5 | E | 0 | E | A | 78 | 28 | 54 |
Octal | 305 | 346 | 305 | 16 | 0 | 16 | 12 | 170 | 50 | 124 |
Binary | 11000101 | 11100110 | 11000101 | 1110 | 0 | 1110 | 1010 | 1111000 | 101000 | 1010100 |
Color Harmonies of #C5E6C5
Complementary color
Monochromatic Colors of #C5E6C5
Black with #C5E6C5
Text Example
Text Example
White with #C5E6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E6C5; }
p { color: rgb(197,230,197); }
H1.HeaderClassName
{
color: #C5E6C5;
}
.AnyTagClassName
{
color: #C5E6C5;
}
</style>
background-color css
<style>
a { background-color: #C5E6C5; }
a { background-color: rgb(197,230,197); }
div.DivClassName
{
background-color: #C5E6C5;
}
.BgClassName
{
background-color: #C5E6C5;
}
</style>
border-color css
<style>
span { border-color: #C5E6C5; }
span { border-color: rgb(197,230,197); }
td.TdClassName
{
border-color: #C5E6C5;
}
.TagClassName
{
border-color: #C5E6C5;
}
</style>