Shades of Foam #C5FEF5
Tints of Foam #C5FEF5
RGB
CMYK
RGB Variations
Color information
#C5FEF5 (or 0xC5FEF5) is known color: Foam. HEX triplet: C5, FE and F5. RGB value is (197,254,245). Sum of RGB (Red+Green+Blue) = 197+254+245=696 (92% of max value = 765). Red value is 197 (77.34% from 255 or 28.30% from 696); Green value is 254 (99.61% from 255 or 36.49% from 696); Blue value is 245 (96.09% from 255 or 35.20% from 696); Max value from RGB is 254 - color contains mainly: green. Hex color #C5FEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5FEF5 is #3A010A. Grayscale: #EBEBEB. Windows color (decimal): -3801355 or 16121541. OLE color: 16121541.
HSL color Cylindrical-coordinate representation of color #C5FEF5: hue angle of 170.53º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C5FEF5 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 197 | 254 | 245 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.00 |
| HSL | 170.53º | 0.97% | 0.88% | - |
| HSV(B) | 170.53º | 0.22% | 1% | - |
| XYZ | 74.95 | 89.35 | 99.68 | - |
| YUV | 235.93 | 133.12 | 100.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 254 | 245 | 0.22 | 0 | 0.04 | 0.00 | 170.53 | 0.97 | 0.88 |
| Hex | C5 | FE | F5 | 16 | 0 | 4 | 0 | AB | 61 | 58 |
| Octal | 305 | 376 | 365 | 26 | 0 | 4 | 0 | 253 | 141 | 130 |
| Binary | 11000101 | 11111110 | 11110101 | 10110 | 0 | 100 | 0 | 10101011 | 1100001 | 1011000 |
Color Harmonies of #C5FEF5
Complementary color
Monochromatic Colors of #C5FEF5
Black with #C5FEF5
Text Example
Text Example
White with #C5FEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FEF5; }
p { color: rgb(197,254,245); }
H1.HeaderClassName
{
color: #C5FEF5;
}
.AnyTagClassName
{
color: #C5FEF5;
}
</style>
background-color css
<style>
a { background-color: #C5FEF5; }
a { background-color: rgb(197,254,245); }
div.DivClassName
{
background-color: #C5FEF5;
}
.BgClassName
{
background-color: #C5FEF5;
}
</style>
border-color css
<style>
span { border-color: #C5FEF5; }
span { border-color: rgb(197,254,245); }
td.TdClassName
{
border-color: #C5FEF5;
}
.TagClassName
{
border-color: #C5FEF5;
}
</style>