Shades of Foam #C5F3EE
Tints of Foam #C5F3EE
RGB
CMYK
RGB Variations
Color information
#C5F3EE (or 0xC5F3EE) is known color: Foam. HEX triplet: C5, F3 and EE. RGB value is (197,243,238). Sum of RGB (Red+Green+Blue) = 197+243+238=678 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.06% from 678); Green value is 243 (95.31% from 255 or 35.84% from 678); Blue value is 238 (93.36% from 255 or 35.10% from 678); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5F3EE is #3A0C11. Grayscale: #E4E4E4. Windows color (decimal): -3804178 or 15659973. OLE color: 15659973.
HSL color Cylindrical-coordinate representation of color #C5F3EE: hue angle of 173.48º degrees, saturation: 0.66, 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 #C5F3EE is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 243 | 238 | - |
| CMYK | 0.19 | 0 | 0.02 | 0.05 |
| HSL | 173.48º | 0.66% | 0.86% | - |
| HSV(B) | 173.48º | 0.19% | 0.95% | - |
| XYZ | 70.51 | 82.14 | 93.03 | - |
| YUV | 228.68 | 133.26 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 243 | 238 | 0.19 | 0 | 0.02 | 0.05 | 173.48 | 0.66 | 0.86 |
| Hex | C5 | F3 | EE | 13 | 0 | 2 | 5 | AD | 42 | 56 |
| Octal | 305 | 363 | 356 | 23 | 0 | 2 | 5 | 255 | 102 | 126 |
| Binary | 11000101 | 11110011 | 11101110 | 10011 | 0 | 10 | 101 | 10101101 | 1000010 | 1010110 |
Color Harmonies of #C5F3EE
Complementary color
Monochromatic Colors of #C5F3EE
Black with #C5F3EE
Text Example
Text Example
White with #C5F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F3EE; }
p { color: rgb(197,243,238); }
H1.HeaderClassName
{
color: #C5F3EE;
}
.AnyTagClassName
{
color: #C5F3EE;
}
</style>
background-color css
<style>
a { background-color: #C5F3EE; }
a { background-color: rgb(197,243,238); }
div.DivClassName
{
background-color: #C5F3EE;
}
.BgClassName
{
background-color: #C5F3EE;
}
</style>
border-color css
<style>
span { border-color: #C5F3EE; }
span { border-color: rgb(197,243,238); }
td.TdClassName
{
border-color: #C5F3EE;
}
.TagClassName
{
border-color: #C5F3EE;
}
</style>