Shades of Foam #C8F9F5
Tints of Foam #C8F9F5
RGB
CMYK
RGB Variations
Color information
#C8F9F5 (or 0xC8F9F5) is known color: Foam. HEX triplet: C8, F9 and F5. RGB value is (200,249,245). Sum of RGB (Red+Green+Blue) = 200+249+245=694 (91% of max value = 765). Red value is 200 (78.52% from 255 or 28.82% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 245 (96.09% from 255 or 35.30% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F9F5 is #37060A. Grayscale: #E9E9E9. Windows color (decimal): -3606027 or 16120264. OLE color: 16120264.
HSL color Cylindrical-coordinate representation of color #C8F9F5: hue angle of 175.1º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8F9F5 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 245 | - |
| CMYK | 0.20 | 0 | 0.02 | 0.02 |
| HSL | 175.1º | 0.8% | 0.88% | - |
| HSV(B) | 175.1º | 0.2% | 0.98% | - |
| XYZ | 74.18 | 86.62 | 99.2 | - |
| YUV | 233.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 245 | 0.20 | 0 | 0.02 | 0.02 | 175.1 | 0.8 | 0.88 |
| Hex | C8 | F9 | F5 | 14 | 0 | 2 | 2 | AF | 50 | 58 |
| Octal | 310 | 371 | 365 | 24 | 0 | 2 | 2 | 257 | 120 | 130 |
| Binary | 11001000 | 11111001 | 11110101 | 10100 | 0 | 10 | 10 | 10101111 | 1010000 | 1011000 |
Color Harmonies of #C8F9F5
Complementary color
Monochromatic Colors of #C8F9F5
Black with #C8F9F5
Text Example
Text Example
White with #C8F9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F9F5; }
p { color: rgb(200,249,245); }
H1.HeaderClassName
{
color: #C8F9F5;
}
.AnyTagClassName
{
color: #C8F9F5;
}
</style>
background-color css
<style>
a { background-color: #C8F9F5; }
a { background-color: rgb(200,249,245); }
div.DivClassName
{
background-color: #C8F9F5;
}
.BgClassName
{
background-color: #C8F9F5;
}
</style>
border-color css
<style>
span { border-color: #C8F9F5; }
span { border-color: rgb(200,249,245); }
td.TdClassName
{
border-color: #C8F9F5;
}
.TagClassName
{
border-color: #C8F9F5;
}
</style>