Shades of Foam #C2F7F1
Tints of Foam #C2F7F1
RGB
CMYK
RGB Variations
Color information
#C2F7F1 (or 0xC2F7F1) is known color: Foam. HEX triplet: C2, F7 and F1. RGB value is (194,247,241). Sum of RGB (Red+Green+Blue) = 194+247+241=682 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.45% from 682); Green value is 247 (96.88% from 255 or 36.22% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F7F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F7F1 is #3D080E. Grayscale: #E6E6E6. Windows color (decimal): -3999759 or 15857602. OLE color: 15857602.
HSL color Cylindrical-coordinate representation of color #C2F7F1: hue angle of 173.21º degrees, saturation: 0.77, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F7F1 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 194 | 247 | 241 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.03 |
| HSL | 173.21º | 0.77% | 0.86% | - |
| HSV(B) | 173.21º | 0.21% | 0.97% | - |
| XYZ | 71.39 | 84.34 | 95.74 | - |
| YUV | 230.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 247 | 241 | 0.21 | 0 | 0.02 | 0.03 | 173.21 | 0.77 | 0.86 |
| Hex | C2 | F7 | F1 | 15 | 0 | 2 | 3 | AD | 4D | 56 |
| Octal | 302 | 367 | 361 | 25 | 0 | 2 | 3 | 255 | 115 | 126 |
| Binary | 11000010 | 11110111 | 11110001 | 10101 | 0 | 10 | 11 | 10101101 | 1001101 | 1010110 |
Color Harmonies of #C2F7F1
Complementary color
Monochromatic Colors of #C2F7F1
Black with #C2F7F1
Text Example
Text Example
White with #C2F7F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F7F1; }
p { color: rgb(194,247,241); }
H1.HeaderClassName
{
color: #C2F7F1;
}
.AnyTagClassName
{
color: #C2F7F1;
}
</style>
background-color css
<style>
a { background-color: #C2F7F1; }
a { background-color: rgb(194,247,241); }
div.DivClassName
{
background-color: #C2F7F1;
}
.BgClassName
{
background-color: #C2F7F1;
}
</style>
border-color css
<style>
span { border-color: #C2F7F1; }
span { border-color: rgb(194,247,241); }
td.TdClassName
{
border-color: #C2F7F1;
}
.TagClassName
{
border-color: #C2F7F1;
}
</style>