Shades of Foam #C2FFF6
Tints of Foam #C2FFF6
RGB
CMYK
RGB Variations
Color information
#C2FFF6 (or 0xC2FFF6) is known color: Foam. HEX triplet: C2, FF and F6. RGB value is (194,255,246). Sum of RGB (Red+Green+Blue) = 194+255+246=695 (92% of max value = 765). Red value is 194 (76.17% from 255 or 27.91% from 695); Green value is 255 (100% from 255 or 36.69% from 695); Blue value is 246 (96.48% from 255 or 35.40% from 695); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FFF6 is #3D0009. Grayscale: #EBEBEB. Windows color (decimal): -3997706 or 16187330. OLE color: 16187330.
HSL color Cylindrical-coordinate representation of color #C2FFF6: hue angle of 171.15º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FFF6 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 255 | 246 | - |
| CMYK | 0.24 | 0 | 0.04 | 0 |
| HSL | 171.15º | 1% | 0.88% | - |
| HSV(B) | 171.15º | 0.24% | 1% | - |
| XYZ | 74.64 | 89.64 | 100.56 | - |
| YUV | 235.74 | 133.79 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 255 | 246 | 0.24 | 0 | 0.04 | 0 | 171.15 | 1 | 0.88 |
| Hex | C2 | FF | F6 | 18 | 0 | 4 | 0 | AB | 64 | 58 |
| Octal | 302 | 377 | 366 | 30 | 0 | 4 | 0 | 253 | 144 | 130 |
| Binary | 11000010 | 11111111 | 11110110 | 11000 | 0 | 100 | 0 | 10101011 | 1100100 | 1011000 |
Color Harmonies of #C2FFF6
Complementary color
Monochromatic Colors of #C2FFF6
Black with #C2FFF6
Text Example
Text Example
White with #C2FFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FFF6; }
p { color: rgb(194,255,246); }
H1.HeaderClassName
{
color: #C2FFF6;
}
.AnyTagClassName
{
color: #C2FFF6;
}
</style>
background-color css
<style>
a { background-color: #C2FFF6; }
a { background-color: rgb(194,255,246); }
div.DivClassName
{
background-color: #C2FFF6;
}
.BgClassName
{
background-color: #C2FFF6;
}
</style>
border-color css
<style>
span { border-color: #C2FFF6; }
span { border-color: rgb(194,255,246); }
td.TdClassName
{
border-color: #C2FFF6;
}
.TagClassName
{
border-color: #C2FFF6;
}
</style>