Shades of Foam #C7F8F0
Tints of Foam #C7F8F0
RGB
CMYK
RGB Variations
Color information
#C7F8F0 (or 0xC7F8F0) is known color: Foam. HEX triplet: C7, F8 and F0. RGB value is (199,248,240). Sum of RGB (Red+Green+Blue) = 199+248+240=687 (90% of max value = 765). Red value is 199 (78.12% from 255 or 28.97% from 687); Green value is 248 (97.27% from 255 or 36.10% from 687); Blue value is 240 (94.14% from 255 or 34.93% from 687); Max value from RGB is 248 - color contains mainly: green. Hex color #C7F8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F8F0 is #38070F. Grayscale: #E8E8E8. Windows color (decimal): -3671824 or 15792327. OLE color: 15792327.
HSL color Cylindrical-coordinate representation of color #C7F8F0: hue angle of 170.2º degrees, saturation: 0.78, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C7F8F0 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 248 | 240 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.03 |
| HSL | 170.2º | 0.78% | 0.88% | - |
| HSV(B) | 170.2º | 0.2% | 0.97% | - |
| XYZ | 72.85 | 85.57 | 95.11 | - |
| YUV | 232.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 248 | 240 | 0.20 | 0 | 0.03 | 0.03 | 170.2 | 0.78 | 0.88 |
| Hex | C7 | F8 | F0 | 14 | 0 | 3 | 3 | AA | 4E | 58 |
| Octal | 307 | 370 | 360 | 24 | 0 | 3 | 3 | 252 | 116 | 130 |
| Binary | 11000111 | 11111000 | 11110000 | 10100 | 0 | 11 | 11 | 10101010 | 1001110 | 1011000 |
Color Harmonies of #C7F8F0
Complementary color
Monochromatic Colors of #C7F8F0
Black with #C7F8F0
Text Example
Text Example
White with #C7F8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F8F0; }
p { color: rgb(199,248,240); }
H1.HeaderClassName
{
color: #C7F8F0;
}
.AnyTagClassName
{
color: #C7F8F0;
}
</style>
background-color css
<style>
a { background-color: #C7F8F0; }
a { background-color: rgb(199,248,240); }
div.DivClassName
{
background-color: #C7F8F0;
}
.BgClassName
{
background-color: #C7F8F0;
}
</style>
border-color css
<style>
span { border-color: #C7F8F0; }
span { border-color: rgb(199,248,240); }
td.TdClassName
{
border-color: #C7F8F0;
}
.TagClassName
{
border-color: #C7F8F0;
}
</style>