Shades of Foam #C7FEF6
Tints of Foam #C7FEF6
RGB
CMYK
RGB Variations
Color information
#C7FEF6 (or 0xC7FEF6) is known color: Foam. HEX triplet: C7, FE and F6. RGB value is (199,254,246). Sum of RGB (Red+Green+Blue) = 199+254+246=699 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.47% from 699); Green value is 254 (99.61% from 255 or 36.34% from 699); Blue value is 246 (96.48% from 255 or 35.19% from 699); Max value from RGB is 254 - color contains mainly: green. Hex color #C7FEF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FEF6 is #380109. Grayscale: #ECECEC. Windows color (decimal): -3670282 or 16187079. OLE color: 16187079.
HSL color Cylindrical-coordinate representation of color #C7FEF6: hue angle of 171.27º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FEF6 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 254 | 246 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.00 |
| HSL | 171.27º | 0.96% | 0.89% | - |
| HSV(B) | 171.27º | 0.22% | 1% | - |
| XYZ | 75.63 | 89.68 | 100.51 | - |
| YUV | 236.64 | 133.28 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 254 | 246 | 0.22 | 0 | 0.03 | 0.00 | 171.27 | 0.96 | 0.89 |
| Hex | C7 | FE | F6 | 16 | 0 | 3 | 0 | AB | 60 | 59 |
| Octal | 307 | 376 | 366 | 26 | 0 | 3 | 0 | 253 | 140 | 131 |
| Binary | 11000111 | 11111110 | 11110110 | 10110 | 0 | 11 | 0 | 10101011 | 1100000 | 1011001 |
Color Harmonies of #C7FEF6
Complementary color
Monochromatic Colors of #C7FEF6
Black with #C7FEF6
Text Example
Text Example
White with #C7FEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FEF6; }
p { color: rgb(199,254,246); }
H1.HeaderClassName
{
color: #C7FEF6;
}
.AnyTagClassName
{
color: #C7FEF6;
}
</style>
background-color css
<style>
a { background-color: #C7FEF6; }
a { background-color: rgb(199,254,246); }
div.DivClassName
{
background-color: #C7FEF6;
}
.BgClassName
{
background-color: #C7FEF6;
}
</style>
border-color css
<style>
span { border-color: #C7FEF6; }
span { border-color: rgb(199,254,246); }
td.TdClassName
{
border-color: #C7FEF6;
}
.TagClassName
{
border-color: #C7FEF6;
}
</style>