Shades of Foam #C3F1EC
Tints of Foam #C3F1EC
RGB
CMYK
RGB Variations
Color information
#C3F1EC (or 0xC3F1EC) is known color: Foam. HEX triplet: C3, F1 and EC. RGB value is (195,241,236). Sum of RGB (Red+Green+Blue) = 195+241+236=672 (89% of max value = 765). Red value is 195 (76.56% from 255 or 29.02% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 236 (92.58% from 255 or 35.12% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #C3F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F1EC is #3C0E13. Grayscale: #E2E2E2. Windows color (decimal): -3935764 or 15528387. OLE color: 15528387.
HSL color Cylindrical-coordinate representation of color #C3F1EC: hue angle of 173.48º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F1EC is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 241 | 236 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.05 |
| HSL | 173.48º | 0.62% | 0.85% | - |
| HSV(B) | 173.48º | 0.19% | 0.95% | - |
| XYZ | 69.1 | 80.57 | 91.27 | - |
| YUV | 226.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 241 | 236 | 0.19 | 0 | 0.02 | 0.05 | 173.48 | 0.62 | 0.85 |
| Hex | C3 | F1 | EC | 13 | 0 | 2 | 5 | AD | 3E | 55 |
| Octal | 303 | 361 | 354 | 23 | 0 | 2 | 5 | 255 | 76 | 125 |
| Binary | 11000011 | 11110001 | 11101100 | 10011 | 0 | 10 | 101 | 10101101 | 111110 | 1010101 |
Color Harmonies of #C3F1EC
Complementary color
Monochromatic Colors of #C3F1EC
Black with #C3F1EC
Text Example
Text Example
White with #C3F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F1EC; }
p { color: rgb(195,241,236); }
H1.HeaderClassName
{
color: #C3F1EC;
}
.AnyTagClassName
{
color: #C3F1EC;
}
</style>
background-color css
<style>
a { background-color: #C3F1EC; }
a { background-color: rgb(195,241,236); }
div.DivClassName
{
background-color: #C3F1EC;
}
.BgClassName
{
background-color: #C3F1EC;
}
</style>
border-color css
<style>
span { border-color: #C3F1EC; }
span { border-color: rgb(195,241,236); }
td.TdClassName
{
border-color: #C3F1EC;
}
.TagClassName
{
border-color: #C3F1EC;
}
</style>