Shades of Foam #C5F5EE
Tints of Foam #C5F5EE
RGB
CMYK
RGB Variations
Color information
#C5F5EE (or 0xC5F5EE) is known color: Foam. HEX triplet: C5, F5 and EE. RGB value is (197,245,238). Sum of RGB (Red+Green+Blue) = 197+245+238=680 (90% of max value = 765). Red value is 197 (77.34% from 255 or 28.97% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F5EE is #3A0A11. Grayscale: #E5E5E5. Windows color (decimal): -3803666 or 15660485. OLE color: 15660485.
HSL color Cylindrical-coordinate representation of color #C5F5EE: hue angle of 171.25º degrees, saturation: 0.71, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C5F5EE is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 238 | - |
| CMYK | 0.20 | 0 | 0.03 | 0.04 |
| HSL | 171.25º | 0.71% | 0.87% | - |
| HSV(B) | 171.25º | 0.2% | 0.96% | - |
| XYZ | 71.11 | 83.35 | 93.23 | - |
| YUV | 229.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 238 | 0.20 | 0 | 0.03 | 0.04 | 171.25 | 0.71 | 0.87 |
| Hex | C5 | F5 | EE | 14 | 0 | 3 | 4 | AB | 47 | 57 |
| Octal | 305 | 365 | 356 | 24 | 0 | 3 | 4 | 253 | 107 | 127 |
| Binary | 11000101 | 11110101 | 11101110 | 10100 | 0 | 11 | 100 | 10101011 | 1000111 | 1010111 |
Color Harmonies of #C5F5EE
Complementary color
Monochromatic Colors of #C5F5EE
Black with #C5F5EE
Text Example
Text Example
White with #C5F5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F5EE; }
p { color: rgb(197,245,238); }
H1.HeaderClassName
{
color: #C5F5EE;
}
.AnyTagClassName
{
color: #C5F5EE;
}
</style>
background-color css
<style>
a { background-color: #C5F5EE; }
a { background-color: rgb(197,245,238); }
div.DivClassName
{
background-color: #C5F5EE;
}
.BgClassName
{
background-color: #C5F5EE;
}
</style>
border-color css
<style>
span { border-color: #C5F5EE; }
span { border-color: rgb(197,245,238); }
td.TdClassName
{
border-color: #C5F5EE;
}
.TagClassName
{
border-color: #C5F5EE;
}
</style>