Shades of Foam #C2FEF4
Tints of Foam #C2FEF4
RGB
CMYK
RGB Variations
Color information
#C2FEF4 (or 0xC2FEF4) is known color: Foam. HEX triplet: C2, FE and F4. RGB value is (194,254,244). Sum of RGB (Red+Green+Blue) = 194+254+244=692 (91% of max value = 765). Red value is 194 (76.17% from 255 or 28.03% from 692); Green value is 254 (99.61% from 255 or 36.71% from 692); Blue value is 244 (95.70% from 255 or 35.26% from 692); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2FEF4 is #3D010B. Grayscale: #EAEAEA. Windows color (decimal): -3997964 or 16056002. OLE color: 16056002.
HSL color Cylindrical-coordinate representation of color #C2FEF4: hue angle of 170º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2FEF4 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 254 | 244 | - |
| CMYK | 0.24 | 0 | 0.04 | 0.00 |
| HSL | 170º | 0.97% | 0.88% | - |
| HSV(B) | 170º | 0.24% | 1% | - |
| XYZ | 74.02 | 88.88 | 98.84 | - |
| YUV | 234.92 | 133.12 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 254 | 244 | 0.24 | 0 | 0.04 | 0.00 | 170 | 0.97 | 0.88 |
| Hex | C2 | FE | F4 | 18 | 0 | 4 | 0 | AA | 61 | 58 |
| Octal | 302 | 376 | 364 | 30 | 0 | 4 | 0 | 252 | 141 | 130 |
| Binary | 11000010 | 11111110 | 11110100 | 11000 | 0 | 100 | 0 | 10101010 | 1100001 | 1011000 |
Color Harmonies of #C2FEF4
Complementary color
Monochromatic Colors of #C2FEF4
Black with #C2FEF4
Text Example
Text Example
White with #C2FEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FEF4; }
p { color: rgb(194,254,244); }
H1.HeaderClassName
{
color: #C2FEF4;
}
.AnyTagClassName
{
color: #C2FEF4;
}
</style>
background-color css
<style>
a { background-color: #C2FEF4; }
a { background-color: rgb(194,254,244); }
div.DivClassName
{
background-color: #C2FEF4;
}
.BgClassName
{
background-color: #C2FEF4;
}
</style>
border-color css
<style>
span { border-color: #C2FEF4; }
span { border-color: rgb(194,254,244); }
td.TdClassName
{
border-color: #C2FEF4;
}
.TagClassName
{
border-color: #C2FEF4;
}
</style>