Shades of Foam #C4F2ED
Tints of Foam #C4F2ED
RGB
CMYK
RGB Variations
Color information
#C4F2ED (or 0xC4F2ED) is known color: Foam. HEX triplet: C4, F2 and ED. RGB value is (196,242,237). Sum of RGB (Red+Green+Blue) = 196+242+237=675 (89% of max value = 765). Red value is 196 (76.95% from 255 or 29.04% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 237 (92.97% from 255 or 35.11% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C4F2ED is #3B0D12. Grayscale: #E3E3E3. Windows color (decimal): -3869971 or 15594180. OLE color: 15594180.
HSL color Cylindrical-coordinate representation of color #C4F2ED: hue angle of 173.48º degrees, saturation: 0.64, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C4F2ED is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 196 | 242 | 237 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.05 |
| HSL | 173.48º | 0.64% | 0.86% | - |
| HSV(B) | 173.48º | 0.19% | 0.95% | - |
| XYZ | 69.8 | 81.35 | 92.14 | - |
| YUV | 227.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 242 | 237 | 0.19 | 0 | 0.02 | 0.05 | 173.48 | 0.64 | 0.86 |
| Hex | C4 | F2 | ED | 13 | 0 | 2 | 5 | AD | 40 | 56 |
| Octal | 304 | 362 | 355 | 23 | 0 | 2 | 5 | 255 | 100 | 126 |
| Binary | 11000100 | 11110010 | 11101101 | 10011 | 0 | 10 | 101 | 10101101 | 1000000 | 1010110 |
Color Harmonies of #C4F2ED
Complementary color
Monochromatic Colors of #C4F2ED
Black with #C4F2ED
Text Example
Text Example
White with #C4F2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4F2ED; }
p { color: rgb(196,242,237); }
H1.HeaderClassName
{
color: #C4F2ED;
}
.AnyTagClassName
{
color: #C4F2ED;
}
</style>
background-color css
<style>
a { background-color: #C4F2ED; }
a { background-color: rgb(196,242,237); }
div.DivClassName
{
background-color: #C4F2ED;
}
.BgClassName
{
background-color: #C4F2ED;
}
</style>
border-color css
<style>
span { border-color: #C4F2ED; }
span { border-color: rgb(196,242,237); }
td.TdClassName
{
border-color: #C4F2ED;
}
.TagClassName
{
border-color: #C4F2ED;
}
</style>