Shades of Foam #C7F0ED
Tints of Foam #C7F0ED
RGB
CMYK
RGB Variations
Color information
#C7F0ED (or 0xC7F0ED) is known color: Foam. HEX triplet: C7, F0 and ED. RGB value is (199,240,237). Sum of RGB (Red+Green+Blue) = 199+240+237=676 (89% of max value = 765). Red value is 199 (78.12% from 255 or 29.44% from 676); Green value is 240 (94.14% from 255 or 35.50% from 676); Blue value is 237 (92.97% from 255 or 35.06% from 676); Max value from RGB is 240 - color contains mainly: green. Hex color #C7F0ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C7F0ED is #380F12. Grayscale: #E3E3E3. Windows color (decimal): -3673875 or 15593671. OLE color: 15593671.
HSL color Cylindrical-coordinate representation of color #C7F0ED: hue angle of 175.61º degrees, saturation: 0.58, 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 #C7F0ED is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
RGB | 199 | 240 | 237 | - |
CMYK | 0.17 | 0 | 0.01 | 0.06 |
HSL | 175.61º | 0.58% | 0.86% | - |
HSV(B) | 175.61º | 0.17% | 0.94% | - |
XYZ | 70 | 80.58 | 91.98 | - |
YUV | 227.4 | 133.42 | 107.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 240 | 237 | 0.17 | 0 | 0.01 | 0.06 | 175.61 | 0.58 | 0.86 |
Hex | C7 | F0 | ED | 11 | 0 | 1 | 6 | B0 | 3A | 56 |
Octal | 307 | 360 | 355 | 21 | 0 | 1 | 6 | 260 | 72 | 126 |
Binary | 11000111 | 11110000 | 11101101 | 10001 | 0 | 1 | 110 | 10110000 | 111010 | 1010110 |
Color Harmonies of #C7F0ED
Complementary color
Monochromatic Colors of #C7F0ED
Black with #C7F0ED
Text Example
Text Example
White with #C7F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F0ED; }
p { color: rgb(199,240,237); }
H1.HeaderClassName
{
color: #C7F0ED;
}
.AnyTagClassName
{
color: #C7F0ED;
}
</style>
background-color css
<style>
a { background-color: #C7F0ED; }
a { background-color: rgb(199,240,237); }
div.DivClassName
{
background-color: #C7F0ED;
}
.BgClassName
{
background-color: #C7F0ED;
}
</style>
border-color css
<style>
span { border-color: #C7F0ED; }
span { border-color: rgb(199,240,237); }
td.TdClassName
{
border-color: #C7F0ED;
}
.TagClassName
{
border-color: #C7F0ED;
}
</style>