Shades of Foam #C8F0EC
Tints of Foam #C8F0EC
RGB
CMYK
RGB Variations
Color information
#C8F0EC (or 0xC8F0EC) is known color: Foam. HEX triplet: C8, F0 and EC. RGB value is (200,240,236). Sum of RGB (Red+Green+Blue) = 200+240+236=676 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.59% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 236 (92.58% from 255 or 34.91% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8F0EC is #370F13. Grayscale: #E3E3E3. Windows color (decimal): -3608340 or 15528136. OLE color: 15528136.
HSL color Cylindrical-coordinate representation of color #C8F0EC: hue angle of 174º degrees, saturation: 0.57, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8F0EC is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
RGB | 200 | 240 | 236 | - |
CMYK | 0.17 | 0 | 0.02 | 0.06 |
HSL | 174º | 0.57% | 0.86% | - |
HSV(B) | 174º | 0.17% | 0.94% | - |
XYZ | 70.12 | 80.66 | 91.23 | - |
YUV | 227.58 | 132.75 | 108.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 240 | 236 | 0.17 | 0 | 0.02 | 0.06 | 174 | 0.57 | 0.86 |
Hex | C8 | F0 | EC | 11 | 0 | 2 | 6 | AE | 39 | 56 |
Octal | 310 | 360 | 354 | 21 | 0 | 2 | 6 | 256 | 71 | 126 |
Binary | 11001000 | 11110000 | 11101100 | 10001 | 0 | 10 | 110 | 10101110 | 111001 | 1010110 |
Color Harmonies of #C8F0EC
Complementary color
Monochromatic Colors of #C8F0EC
Black with #C8F0EC
Text Example
Text Example
White with #C8F0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F0EC; }
p { color: rgb(200,240,236); }
H1.HeaderClassName
{
color: #C8F0EC;
}
.AnyTagClassName
{
color: #C8F0EC;
}
</style>
background-color css
<style>
a { background-color: #C8F0EC; }
a { background-color: rgb(200,240,236); }
div.DivClassName
{
background-color: #C8F0EC;
}
.BgClassName
{
background-color: #C8F0EC;
}
</style>
border-color css
<style>
span { border-color: #C8F0EC; }
span { border-color: rgb(200,240,236); }
td.TdClassName
{
border-color: #C8F0EC;
}
.TagClassName
{
border-color: #C8F0EC;
}
</style>