Shades of Sea Mist #C5E0C3
Tints of Sea Mist #C5E0C3
RGB
CMYK
RGB Variations
Color information
#C5E0C3 (or 0xC5E0C3) is known color: Sea Mist. HEX triplet: C5, E0 and C3. RGB value is (197,224,195). Sum of RGB (Red+Green+Blue) = 197+224+195=616 (81% of max value = 765). Red value is 197 (77.34% from 255 or 31.98% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0C3 is #3A1F3C. Grayscale: #D4D4D4. Windows color (decimal): -3809085 or 12837061. OLE color: 12837061.
HSL color Cylindrical-coordinate representation of color #C5E0C3: hue angle of 115.86º degrees, saturation: 0.32, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5E0C3 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 195 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.12 |
| HSL | 115.86º | 0.32% | 0.82% | - |
| HSV(B) | 115.86º | 0.13% | 0.88% | - |
| XYZ | 59.53 | 69.12 | 61.83 | - |
| YUV | 212.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 195 | 0.12 | 0 | 0.13 | 0.12 | 115.86 | 0.32 | 0.82 |
| Hex | C5 | E0 | C3 | C | 0 | D | C | 74 | 20 | 52 |
| Octal | 305 | 340 | 303 | 14 | 0 | 15 | 14 | 164 | 40 | 122 |
| Binary | 11000101 | 11100000 | 11000011 | 1100 | 0 | 1101 | 1100 | 1110100 | 100000 | 1010010 |
Color Harmonies of #C5E0C3
Complementary color
Monochromatic Colors of #C5E0C3
Black with #C5E0C3
Text Example
Text Example
White with #C5E0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0C3; }
p { color: rgb(197,224,195); }
H1.HeaderClassName
{
color: #C5E0C3;
}
.AnyTagClassName
{
color: #C5E0C3;
}
</style>
background-color css
<style>
a { background-color: #C5E0C3; }
a { background-color: rgb(197,224,195); }
div.DivClassName
{
background-color: #C5E0C3;
}
.BgClassName
{
background-color: #C5E0C3;
}
</style>
border-color css
<style>
span { border-color: #C5E0C3; }
span { border-color: rgb(197,224,195); }
td.TdClassName
{
border-color: #C5E0C3;
}
.TagClassName
{
border-color: #C5E0C3;
}
</style>