Shades of Foam #C5FBF5
Tints of Foam #C5FBF5
RGB
CMYK
RGB Variations
Color information
#C5FBF5 (or 0xC5FBF5) is known color: Foam. HEX triplet: C5, FB and F5. RGB value is (197,251,245). Sum of RGB (Red+Green+Blue) = 197+251+245=693 (91% of max value = 765). Red value is 197 (77.34% from 255 or 28.43% from 693); Green value is 251 (98.44% from 255 or 36.22% from 693); Blue value is 245 (96.09% from 255 or 35.35% from 693); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FBF5 is #3A040A. Grayscale: #EAEAEA. Windows color (decimal): -3802123 or 16120773. OLE color: 16120773.
HSL color Cylindrical-coordinate representation of color #C5FBF5: hue angle of 173.33º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FBF5 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 251 | 245 | - |
| CMYK | 0.22 | 0 | 0.02 | 0.02 |
| HSL | 173.33º | 0.87% | 0.88% | - |
| HSV(B) | 173.33º | 0.22% | 0.98% | - |
| XYZ | 74 | 87.46 | 99.37 | - |
| YUV | 234.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 251 | 245 | 0.22 | 0 | 0.02 | 0.02 | 173.33 | 0.87 | 0.88 |
| Hex | C5 | FB | F5 | 16 | 0 | 2 | 2 | AD | 57 | 58 |
| Octal | 305 | 373 | 365 | 26 | 0 | 2 | 2 | 255 | 127 | 130 |
| Binary | 11000101 | 11111011 | 11110101 | 10110 | 0 | 10 | 10 | 10101101 | 1010111 | 1011000 |
Color Harmonies of #C5FBF5
Complementary color
Monochromatic Colors of #C5FBF5
Black with #C5FBF5
Text Example
Text Example
White with #C5FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FBF5; }
p { color: rgb(197,251,245); }
H1.HeaderClassName
{
color: #C5FBF5;
}
.AnyTagClassName
{
color: #C5FBF5;
}
</style>
background-color css
<style>
a { background-color: #C5FBF5; }
a { background-color: rgb(197,251,245); }
div.DivClassName
{
background-color: #C5FBF5;
}
.BgClassName
{
background-color: #C5FBF5;
}
</style>
border-color css
<style>
span { border-color: #C5FBF5; }
span { border-color: rgb(197,251,245); }
td.TdClassName
{
border-color: #C5FBF5;
}
.TagClassName
{
border-color: #C5FBF5;
}
</style>