Shades of Foam #C4FFF5
Tints of Foam #C4FFF5
RGB
CMYK
RGB Variations
Color information
#C4FFF5 (or 0xC4FFF5) is known color: Foam. HEX triplet: C4, FF and F5. RGB value is (196,255,245). Sum of RGB (Red+Green+Blue) = 196+255+245=696 (92% of max value = 765). Red value is 196 (76.95% from 255 or 28.16% from 696); Green value is 255 (100% from 255 or 36.64% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4FFF5 is #3B000A. Grayscale: #ECECEC. Windows color (decimal): -3866635 or 16121796. OLE color: 16121796.
HSL color Cylindrical-coordinate representation of color #C4FFF5: hue angle of 169.83º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C4FFF5 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 255 | 245 | - |
| CMYK | 0.23 | 0 | 0.04 | 0 |
| HSL | 169.83º | 1% | 0.88% | - |
| HSV(B) | 169.83º | 0.23% | 1% | - |
| XYZ | 75.01 | 89.85 | 99.78 | - |
| YUV | 236.22 | 132.95 | 99.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 255 | 245 | 0.23 | 0 | 0.04 | 0 | 169.83 | 1 | 0.88 |
| Hex | C4 | FF | F5 | 17 | 0 | 4 | 0 | AA | 64 | 58 |
| Octal | 304 | 377 | 365 | 27 | 0 | 4 | 0 | 252 | 144 | 130 |
| Binary | 11000100 | 11111111 | 11110101 | 10111 | 0 | 100 | 0 | 10101010 | 1100100 | 1011000 |
Color Harmonies of #C4FFF5
Complementary color
Monochromatic Colors of #C4FFF5
Black with #C4FFF5
Text Example
Text Example
White with #C4FFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FFF5; }
p { color: rgb(196,255,245); }
H1.HeaderClassName
{
color: #C4FFF5;
}
.AnyTagClassName
{
color: #C4FFF5;
}
</style>
background-color css
<style>
a { background-color: #C4FFF5; }
a { background-color: rgb(196,255,245); }
div.DivClassName
{
background-color: #C4FFF5;
}
.BgClassName
{
background-color: #C4FFF5;
}
</style>
border-color css
<style>
span { border-color: #C4FFF5; }
span { border-color: rgb(196,255,245); }
td.TdClassName
{
border-color: #C4FFF5;
}
.TagClassName
{
border-color: #C4FFF5;
}
</style>