Shades of Sea Mist #C5E0C7
Tints of Sea Mist #C5E0C7
RGB
CMYK
RGB Variations
Color information
#C5E0C7 (or 0xC5E0C7) is known color: Sea Mist. HEX triplet: C5, E0 and C7. RGB value is (197,224,199). Sum of RGB (Red+Green+Blue) = 197+224+199=620 (82% of max value = 765). Red value is 197 (77.34% from 255 or 31.77% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 199 (78.12% from 255 or 32.10% from 620); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5E0C7 is #3A1F38. Grayscale: #D5D5D5. Windows color (decimal): -3809081 or 13099205. OLE color: 13099205.
HSL color Cylindrical-coordinate representation of color #C5E0C7: hue angle of 124.44º 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 #C5E0C7 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 197 | 224 | 199 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.12 |
| HSL | 124.44º | 0.3% | 0.83% | - |
| HSV(B) | 124.44º | 0.12% | 0.88% | - |
| XYZ | 59.99 | 69.31 | 64.25 | - |
| YUV | 213.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 224 | 199 | 0.12 | 0 | 0.11 | 0.12 | 124.44 | 0.3 | 0.83 |
| Hex | C5 | E0 | C7 | C | 0 | B | C | 7C | 1E | 53 |
| Octal | 305 | 340 | 307 | 14 | 0 | 13 | 14 | 174 | 36 | 123 |
| Binary | 11000101 | 11100000 | 11000111 | 1100 | 0 | 1011 | 1100 | 1111100 | 11110 | 1010011 |
Color Harmonies of #C5E0C7
Complementary color
Monochromatic Colors of #C5E0C7
Black with #C5E0C7
Text Example
Text Example
White with #C5E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E0C7; }
p { color: rgb(197,224,199); }
H1.HeaderClassName
{
color: #C5E0C7;
}
.AnyTagClassName
{
color: #C5E0C7;
}
</style>
background-color css
<style>
a { background-color: #C5E0C7; }
a { background-color: rgb(197,224,199); }
div.DivClassName
{
background-color: #C5E0C7;
}
.BgClassName
{
background-color: #C5E0C7;
}
</style>
border-color css
<style>
span { border-color: #C5E0C7; }
span { border-color: rgb(197,224,199); }
td.TdClassName
{
border-color: #C5E0C7;
}
.TagClassName
{
border-color: #C5E0C7;
}
</style>