Shades of Foam #C8EFEA
Tints of Foam #C8EFEA
RGB
CMYK
RGB Variations
Color information
#C8EFEA (or 0xC8EFEA) is known color: Foam. HEX triplet: C8, EF and EA. RGB value is (200,239,234). Sum of RGB (Red+Green+Blue) = 200+239+234=673 (89% of max value = 765). Red value is 200 (78.52% from 255 or 29.72% from 673); Green value is 239 (93.75% from 255 or 35.51% from 673); Blue value is 234 (91.80% from 255 or 34.77% from 673); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C8EFEA is #371015. Grayscale: #E2E2E2. Windows color (decimal): -3608598 or 15396808. OLE color: 15396808.
HSL color Cylindrical-coordinate representation of color #C8EFEA: hue angle of 172.31º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8EFEA is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 239 | 234 | - |
| CMYK | 0.16 | 0 | 0.02 | 0.06 |
| HSL | 172.31º | 0.55% | 0.86% | - |
| HSV(B) | 172.31º | 0.16% | 0.94% | - |
| XYZ | 69.54 | 79.95 | 89.61 | - |
| YUV | 226.77 | 132.08 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 239 | 234 | 0.16 | 0 | 0.02 | 0.06 | 172.31 | 0.55 | 0.86 |
| Hex | C8 | EF | EA | 10 | 0 | 2 | 6 | AC | 37 | 56 |
| Octal | 310 | 357 | 352 | 20 | 0 | 2 | 6 | 254 | 67 | 126 |
| Binary | 11001000 | 11101111 | 11101010 | 10000 | 0 | 10 | 110 | 10101100 | 110111 | 1010110 |
Color Harmonies of #C8EFEA
Complementary color
Monochromatic Colors of #C8EFEA
Black with #C8EFEA
Text Example
Text Example
White with #C8EFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EFEA; }
p { color: rgb(200,239,234); }
H1.HeaderClassName
{
color: #C8EFEA;
}
.AnyTagClassName
{
color: #C8EFEA;
}
</style>
background-color css
<style>
a { background-color: #C8EFEA; }
a { background-color: rgb(200,239,234); }
div.DivClassName
{
background-color: #C8EFEA;
}
.BgClassName
{
background-color: #C8EFEA;
}
</style>
border-color css
<style>
span { border-color: #C8EFEA; }
span { border-color: rgb(200,239,234); }
td.TdClassName
{
border-color: #C8EFEA;
}
.TagClassName
{
border-color: #C8EFEA;
}
</style>