Shades of Foam #C2F5EF
Tints of Foam #C2F5EF
RGB
CMYK
RGB Variations
Color information
#C2F5EF (or 0xC2F5EF) is known color: Foam. HEX triplet: C2, F5 and EF. RGB value is (194,245,239). Sum of RGB (Red+Green+Blue) = 194+245+239=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 245 (96.09% from 255 or 36.14% from 678); Blue value is 239 (93.75% from 255 or 35.25% from 678); Max value from RGB is 245 - color contains mainly: green. Hex color #C2F5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2F5EF is #3D0A10. Grayscale: #E5E5E5. Windows color (decimal): -4000273 or 15726018. OLE color: 15726018.
HSL color Cylindrical-coordinate representation of color #C2F5EF: hue angle of 172.94º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2F5EF is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 245 | 239 | - |
| CMYK | 0.21 | 0 | 0.02 | 0.04 |
| HSL | 172.94º | 0.72% | 0.86% | - |
| HSV(B) | 172.94º | 0.21% | 0.96% | - |
| XYZ | 70.48 | 83.01 | 93.97 | - |
| YUV | 229.07 | 133.6 | 102.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 245 | 239 | 0.21 | 0 | 0.02 | 0.04 | 172.94 | 0.72 | 0.86 |
| Hex | C2 | F5 | EF | 15 | 0 | 2 | 4 | AD | 48 | 56 |
| Octal | 302 | 365 | 357 | 25 | 0 | 2 | 4 | 255 | 110 | 126 |
| Binary | 11000010 | 11110101 | 11101111 | 10101 | 0 | 10 | 100 | 10101101 | 1001000 | 1010110 |
Color Harmonies of #C2F5EF
Complementary color
Monochromatic Colors of #C2F5EF
Black with #C2F5EF
Text Example
Text Example
White with #C2F5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2F5EF; }
p { color: rgb(194,245,239); }
H1.HeaderClassName
{
color: #C2F5EF;
}
.AnyTagClassName
{
color: #C2F5EF;
}
</style>
background-color css
<style>
a { background-color: #C2F5EF; }
a { background-color: rgb(194,245,239); }
div.DivClassName
{
background-color: #C2F5EF;
}
.BgClassName
{
background-color: #C2F5EF;
}
</style>
border-color css
<style>
span { border-color: #C2F5EF; }
span { border-color: rgb(194,245,239); }
td.TdClassName
{
border-color: #C2F5EF;
}
.TagClassName
{
border-color: #C2F5EF;
}
</style>