Shades of Foam #C2FBF2
Tints of Foam #C2FBF2
RGB
CMYK
RGB Variations
Color information
#C2FBF2 (or 0xC2FBF2) is known color: Foam. HEX triplet: C2, FB and F2. RGB value is (194,251,242). Sum of RGB (Red+Green+Blue) = 194+251+242=687 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.24% from 687); Green value is 251 (98.44% from 255 or 36.54% from 687); Blue value is 242 (94.92% from 255 or 35.23% from 687); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBF2 is #3D040D. Grayscale: #E8E8E8. Windows color (decimal): -3998734 or 15924162. OLE color: 15924162.
HSL color Cylindrical-coordinate representation of color #C2FBF2: hue angle of 170.53º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2FBF2 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 242 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.02 |
| HSL | 170.53º | 0.88% | 0.87% | - |
| HSV(B) | 170.53º | 0.23% | 0.98% | - |
| XYZ | 72.77 | 86.87 | 96.94 | - |
| YUV | 232.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 242 | 0.23 | 0 | 0.04 | 0.02 | 170.53 | 0.88 | 0.87 |
| Hex | C2 | FB | F2 | 17 | 0 | 4 | 2 | AB | 58 | 57 |
| Octal | 302 | 373 | 362 | 27 | 0 | 4 | 2 | 253 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11110010 | 10111 | 0 | 100 | 10 | 10101011 | 1011000 | 1010111 |
Color Harmonies of #C2FBF2
Complementary color
Monochromatic Colors of #C2FBF2
Black with #C2FBF2
Text Example
Text Example
White with #C2FBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBF2; }
p { color: rgb(194,251,242); }
H1.HeaderClassName
{
color: #C2FBF2;
}
.AnyTagClassName
{
color: #C2FBF2;
}
</style>
background-color css
<style>
a { background-color: #C2FBF2; }
a { background-color: rgb(194,251,242); }
div.DivClassName
{
background-color: #C2FBF2;
}
.BgClassName
{
background-color: #C2FBF2;
}
</style>
border-color css
<style>
span { border-color: #C2FBF2; }
span { border-color: rgb(194,251,242); }
td.TdClassName
{
border-color: #C2FBF2;
}
.TagClassName
{
border-color: #C2FBF2;
}
</style>