Shades of Foam #C3F0EB
Tints of Foam #C3F0EB
RGB
CMYK
RGB Variations
Color information
#C3F0EB (or 0xC3F0EB) is known color: Foam. HEX triplet: C3, F0 and EB. RGB value is (195,240,235). Sum of RGB (Red+Green+Blue) = 195+240+235=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 240 (94.14% from 255 or 35.82% from 670); Blue value is 235 (92.19% from 255 or 35.07% from 670); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C3F0EB is #3C0F14. Grayscale: #E1E1E1. Windows color (decimal): -3936021 or 15462595. OLE color: 15462595.
HSL color Cylindrical-coordinate representation of color #C3F0EB: hue angle of 173.33º degrees, saturation: 0.6, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C3F0EB is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 240 | 235 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.06 |
| HSL | 173.33º | 0.6% | 0.85% | - |
| HSV(B) | 173.33º | 0.19% | 0.94% | - |
| XYZ | 68.66 | 79.92 | 90.4 | - |
| YUV | 225.98 | 133.09 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 240 | 235 | 0.19 | 0 | 0.02 | 0.06 | 173.33 | 0.6 | 0.85 |
| Hex | C3 | F0 | EB | 13 | 0 | 2 | 6 | AD | 3C | 55 |
| Octal | 303 | 360 | 353 | 23 | 0 | 2 | 6 | 255 | 74 | 125 |
| Binary | 11000011 | 11110000 | 11101011 | 10011 | 0 | 10 | 110 | 10101101 | 111100 | 1010101 |
Color Harmonies of #C3F0EB
Complementary color
Monochromatic Colors of #C3F0EB
Black with #C3F0EB
Text Example
Text Example
White with #C3F0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3F0EB; }
p { color: rgb(195,240,235); }
H1.HeaderClassName
{
color: #C3F0EB;
}
.AnyTagClassName
{
color: #C3F0EB;
}
</style>
background-color css
<style>
a { background-color: #C3F0EB; }
a { background-color: rgb(195,240,235); }
div.DivClassName
{
background-color: #C3F0EB;
}
.BgClassName
{
background-color: #C3F0EB;
}
</style>
border-color css
<style>
span { border-color: #C3F0EB; }
span { border-color: rgb(195,240,235); }
td.TdClassName
{
border-color: #C3F0EB;
}
.TagClassName
{
border-color: #C3F0EB;
}
</style>