Shades of Foam #C7FFF5
Tints of Foam #C7FFF5
RGB
CMYK
RGB Variations
Color information
#C7FFF5 (or 0xC7FFF5) is known color: Foam. HEX triplet: C7, FF and F5. RGB value is (199,255,245). Sum of RGB (Red+Green+Blue) = 199+255+245=699 (92% of max value = 765). Red value is 199 (78.12% from 255 or 28.47% from 699); Green value is 255 (100% from 255 or 36.48% from 699); Blue value is 245 (96.09% from 255 or 35.05% from 699); Max value from RGB is 255 - color contains mainly: green. Hex color #C7FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7FFF5 is #38000A. Grayscale: #EDEDED. Windows color (decimal): -3670027 or 16121799. OLE color: 16121799.
HSL color Cylindrical-coordinate representation of color #C7FFF5: hue angle of 169.29º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C7FFF5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 255 | 245 | - |
| CMYK | 0.22 | 0 | 0.04 | 0 |
| HSL | 169.29º | 1% | 0.89% | - |
| HSV(B) | 169.29º | 0.22% | 1% | - |
| XYZ | 75.79 | 90.25 | 99.81 | - |
| YUV | 237.12 | 132.45 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 255 | 245 | 0.22 | 0 | 0.04 | 0 | 169.29 | 1 | 0.89 |
| Hex | C7 | FF | F5 | 16 | 0 | 4 | 0 | A9 | 64 | 59 |
| Octal | 307 | 377 | 365 | 26 | 0 | 4 | 0 | 251 | 144 | 131 |
| Binary | 11000111 | 11111111 | 11110101 | 10110 | 0 | 100 | 0 | 10101001 | 1100100 | 1011001 |
Color Harmonies of #C7FFF5
Complementary color
Monochromatic Colors of #C7FFF5
Black with #C7FFF5
Text Example
Text Example
White with #C7FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FFF5; }
p { color: rgb(199,255,245); }
H1.HeaderClassName
{
color: #C7FFF5;
}
.AnyTagClassName
{
color: #C7FFF5;
}
</style>
background-color css
<style>
a { background-color: #C7FFF5; }
a { background-color: rgb(199,255,245); }
div.DivClassName
{
background-color: #C7FFF5;
}
.BgClassName
{
background-color: #C7FFF5;
}
</style>
border-color css
<style>
span { border-color: #C7FFF5; }
span { border-color: rgb(199,255,245); }
td.TdClassName
{
border-color: #C7FFF5;
}
.TagClassName
{
border-color: #C7FFF5;
}
</style>