Shades of Foam #C2FBF3
Tints of Foam #C2FBF3
RGB
CMYK
RGB Variations
Color information
#C2FBF3 (or 0xC2FBF3) is known color: Foam. HEX triplet: C2, FB and F3. RGB value is (194,251,243). Sum of RGB (Red+Green+Blue) = 194+251+243=688 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.20% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 243 (95.31% from 255 or 35.32% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #C2FBF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FBF3 is #3D040C. Grayscale: #E9E9E9. Windows color (decimal): -3998733 or 15989698. OLE color: 15989698.
HSL color Cylindrical-coordinate representation of color #C2FBF3: hue angle of 171.58º 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 #C2FBF3 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 251 | 243 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.02 |
| HSL | 171.58º | 0.88% | 0.87% | - |
| HSV(B) | 171.58º | 0.23% | 0.98% | - |
| XYZ | 72.92 | 86.93 | 97.73 | - |
| YUV | 233.05 | 133.62 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 251 | 243 | 0.23 | 0 | 0.03 | 0.02 | 171.58 | 0.88 | 0.87 |
| Hex | C2 | FB | F3 | 17 | 0 | 3 | 2 | AC | 58 | 57 |
| Octal | 302 | 373 | 363 | 27 | 0 | 3 | 2 | 254 | 130 | 127 |
| Binary | 11000010 | 11111011 | 11110011 | 10111 | 0 | 11 | 10 | 10101100 | 1011000 | 1010111 |
Color Harmonies of #C2FBF3
Complementary color
Monochromatic Colors of #C2FBF3
Black with #C2FBF3
Text Example
Text Example
White with #C2FBF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FBF3; }
p { color: rgb(194,251,243); }
H1.HeaderClassName
{
color: #C2FBF3;
}
.AnyTagClassName
{
color: #C2FBF3;
}
</style>
background-color css
<style>
a { background-color: #C2FBF3; }
a { background-color: rgb(194,251,243); }
div.DivClassName
{
background-color: #C2FBF3;
}
.BgClassName
{
background-color: #C2FBF3;
}
</style>
border-color css
<style>
span { border-color: #C2FBF3; }
span { border-color: rgb(194,251,243); }
td.TdClassName
{
border-color: #C2FBF3;
}
.TagClassName
{
border-color: #C2FBF3;
}
</style>