Shades of Foam #C7F3EC
Tints of Foam #C7F3EC
RGB
CMYK
RGB Variations
Color information
#C7F3EC (or 0xC7F3EC) is known color: Foam. HEX triplet: C7, F3 and EC. RGB value is (199,243,236). Sum of RGB (Red+Green+Blue) = 199+243+236=678 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.35% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 236 (92.58% from 255 or 34.81% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #C7F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F3EC is #380C13. Grayscale: #E5E5E5. Windows color (decimal): -3673108 or 15528903. OLE color: 15528903.
HSL color Cylindrical-coordinate representation of color #C7F3EC: hue angle of 170.45º degrees, saturation: 0.65, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7F3EC is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 243 | 236 | - |
| CMYK | 0.18 | 0 | 0.03 | 0.05 |
| HSL | 170.45º | 0.65% | 0.87% | - |
| HSV(B) | 170.45º | 0.18% | 0.95% | - |
| XYZ | 70.74 | 82.3 | 91.51 | - |
| YUV | 229.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 243 | 236 | 0.18 | 0 | 0.03 | 0.05 | 170.45 | 0.65 | 0.87 |
| Hex | C7 | F3 | EC | 12 | 0 | 3 | 5 | AA | 41 | 57 |
| Octal | 307 | 363 | 354 | 22 | 0 | 3 | 5 | 252 | 101 | 127 |
| Binary | 11000111 | 11110011 | 11101100 | 10010 | 0 | 11 | 101 | 10101010 | 1000001 | 1010111 |
Color Harmonies of #C7F3EC
Complementary color
Monochromatic Colors of #C7F3EC
Black with #C7F3EC
Text Example
Text Example
White with #C7F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F3EC; }
p { color: rgb(199,243,236); }
H1.HeaderClassName
{
color: #C7F3EC;
}
.AnyTagClassName
{
color: #C7F3EC;
}
</style>
background-color css
<style>
a { background-color: #C7F3EC; }
a { background-color: rgb(199,243,236); }
div.DivClassName
{
background-color: #C7F3EC;
}
.BgClassName
{
background-color: #C7F3EC;
}
</style>
border-color css
<style>
span { border-color: #C7F3EC; }
span { border-color: rgb(199,243,236); }
td.TdClassName
{
border-color: #C7F3EC;
}
.TagClassName
{
border-color: #C7F3EC;
}
</style>